Include global variables in main routine
This commit is contained in:
@@ -22,6 +22,7 @@ tag_store = {}
|
||||
|
||||
|
||||
def main():
|
||||
global web_address, scan_rate, save_all, tag_store
|
||||
try:
|
||||
# Get tags stored in database
|
||||
get_tag_request_data = {'where': '{"tag_class": 5}'}
|
||||
|
||||
Reference in New Issue
Block a user