Update notifyMyAndroid.py

Remove needless global declaration in notifyMyAndroid.py main- on onLoad-function.
This commit is contained in:
PeterLaemmle 2016-10-04 11:38:42 +02:00 committed by GitHub
parent 22cb035f18
commit 7eb5083553

View file

@ -87,9 +87,6 @@ def onLoad():
global application
global APIKey
global usecsv
global fmsAPIKeyList
global zveiAPIKeyList
global pocAPIKeyList
# load config:
configHandler.checkConfig("notifyMyAndroid")
@ -180,10 +177,6 @@ def run(typ,freq,data):
@return: nothing
"""
# local variables
global application
global APIKey
global remainingMsgs
global usecsv
global fmsAPIKeyList
global zveiAPIKeyList
global pocAPIKeyList