mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
Update notifyMyAndroid.py
Remove needless global declaration in notifyMyAndroid.py main- on onLoad-function.
This commit is contained in:
parent
22cb035f18
commit
7eb5083553
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue