user location area default to blank, type default to desk

This commit is contained in:
Jay Lee
2017-12-20 10:20:37 -05:00
parent 15855bf6bf
commit 25800a7883

View File

@@ -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':