Update notifyMyAndroid.py

Correcting the following issue (https://github.com/Schrolli91/BOSWatch/issues/217)
-Using global for 'fmsAPIKeyList' but no assignment is done
-Using global for 'zveiAPIKeyList' but no assignment is done
-Using global for 'pocAPIKeyList' but no assignment is done
This commit is contained in:
PeterLaemmle 2017-05-24 19:30:41 +02:00 committed by GitHub
parent f6d62828b8
commit a4c9d8197f

View file

@ -173,9 +173,6 @@ def run(typ,freq,data):
@return: nothing
"""
# local variables
global fmsAPIKeyList
global zveiAPIKeyList
global pocAPIKeyList
try:
try: