mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
bug fix, forgot to remove debugging flag
This commit is contained in:
parent
76dc2733b8
commit
eaed735103
2
inxi
2
inxi
|
@ -7970,7 +7970,7 @@ get_weather_data()
|
|||
local weather_feed='http://api.wunderground.com/auto/wui/geo/WXCurrentObXML/index.xml?query='
|
||||
local weather_spider='http://wunderground.com/'
|
||||
local data_grab_error='' wget_error=0
|
||||
local b_test_loc=true b_test_weather=false b_debug=false
|
||||
local b_test_loc=false b_test_weather=false b_debug=false
|
||||
local test_location='location2.xml' test_weather='weather-feed.xml'
|
||||
local location_data='' location='' weather_data='' location_array_value='' a_location=''
|
||||
local weather_array_value='' site_elevation=''
|
||||
|
|
Loading…
Reference in a new issue