Explorar o código

fix a copy-paste error

Sven Czarnian %!s(int64=3) %!d(string=hai) anos
pai
achega
b54f7dfc50
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      aman/config/Weather.py

+ 1 - 1
aman/config/Weather.py

@@ -12,7 +12,7 @@ class Weather():
         # search the required sections
         for key in config:
             if 'provider' == key:
-                self.Provider = config['address']
+                self.Provider = config['provider']
 
         if self.Provider is None:
             sys.stderr.write('No weather-provider configuration found!')