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