mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
Default value for location area
This commit is contained in:
@@ -6822,7 +6822,7 @@ def getUserAttributes(i, cd, updateCmd=False):
|
||||
if checkClearBodyList(i, body, u'locations'):
|
||||
i += 1
|
||||
continue
|
||||
location = {}
|
||||
location = {u'area': u'<Not set>'}
|
||||
while True:
|
||||
myopt = sys.argv[i].lower()
|
||||
if myopt == u'type':
|
||||
|
||||
Reference in New Issue
Block a user