Device Types not being found before accessing

This commit is contained in:
Patrick McDonagh
2016-06-06 20:43:30 -05:00
parent 9151a33701
commit d8a589c33f

View File

@@ -240,9 +240,10 @@ def evalTapers():
def main():
global main_plc
global main_plc, device_types
readConfig()
device_types = getDeviceTypes()
if setupTags():
pass
else: