Remove debug print I forgot in
This commit is contained in:
parent
2bed3a84c8
commit
3ae8d8ddfe
1 changed files with 0 additions and 1 deletions
|
|
@ -128,7 +128,6 @@ def save_weather_data( location, filename ):
|
|||
location = DEFAULT_LOCATION
|
||||
else:
|
||||
location_not_found = False
|
||||
print(location)
|
||||
p = Popen( [ WEGO, '-location=%s' % location ], stdout=PIPE, stderr=PIPE )
|
||||
stdout, stderr = p.communicate()
|
||||
if p.returncode != 0:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue