mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-22 15:11:37 +00:00
allow location clear
This commit is contained in:
@@ -6787,6 +6787,9 @@ def getUserAttributes(i, cd, updateCmd=False):
|
||||
body[u'notes'] = note
|
||||
elif myarg == u'location':
|
||||
i += 1
|
||||
if checkClearBodyList(i, body, u'locations'):
|
||||
i += 1
|
||||
continue
|
||||
location = {}
|
||||
while True:
|
||||
myopt = sys.argv[i].lower()
|
||||
|
||||
Reference in New Issue
Block a user