diff --git a/src/gam.py b/src/gam.py index 2339fc47..157747e3 100755 --- a/src/gam.py +++ b/src/gam.py @@ -6822,7 +6822,7 @@ def getUserAttributes(i, cd, updateCmd=False): if checkClearBodyList(i, body, u'locations'): i += 1 continue - location = {} + location = {u'area': u''} while True: myopt = sys.argv[i].lower() if myopt == u'type':