From 7eb5083553929fb09a57a0d8c90dd886df453491 Mon Sep 17 00:00:00 2001 From: PeterLaemmle Date: Tue, 4 Oct 2016 11:38:42 +0200 Subject: [PATCH] Update notifyMyAndroid.py Remove needless global declaration in notifyMyAndroid.py main- on onLoad-function. --- plugins/notifyMyAndroid/notifyMyAndroid.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plugins/notifyMyAndroid/notifyMyAndroid.py b/plugins/notifyMyAndroid/notifyMyAndroid.py index 89012b7..1fe38e1 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") @@ -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