Include global variables in main routine

This commit is contained in:
Patrick McDonagh
2016-05-03 13:02:24 -05:00
parent bd0fa77cf9
commit 02b95a282f

View File

@@ -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}'}