diff --git a/plugins/notifyMyAndroid/notifyMyAndroid.py b/plugins/notifyMyAndroid/notifyMyAndroid.py index a2a5eb8..3776a83 100644 --- a/plugins/notifyMyAndroid/notifyMyAndroid.py +++ b/plugins/notifyMyAndroid/notifyMyAndroid.py @@ -87,9 +87,6 @@ def onLoad(): global application global APIKey global usecsv - global fmsAPIKeyList - global zveiAPIKeyList - global pocAPIKeyList # load config: configHandler.checkConfig("notifyMyAndroid") @@ -179,10 +176,6 @@ def run(typ,freq,data): @return: nothing """ # local variables - global application - global APIKey - global remainingMsgs - global usecsv global fmsAPIKeyList global zveiAPIKeyList global pocAPIKeyList