mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-20 15:20:16 +01:00
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:
parent
f6d62828b8
commit
a4c9d8197f
|
|
@ -173,9 +173,6 @@ def run(typ,freq,data):
|
|||
@return: nothing
|
||||
"""
|
||||
# local variables
|
||||
global fmsAPIKeyList
|
||||
global zveiAPIKeyList
|
||||
global pocAPIKeyList
|
||||
|
||||
try:
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue