Changed function return type

This commit is contained in:
Abby Gourlay 2020-03-16 12:36:06 +00:00
parent a044c1fd29
commit 37a836dd57
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class ConnectionManager(object):
found_server = server found_server = server
break break
else: else:
return # No server found return {} # No server found
found_server['DateLastAccessed'] = datetime.now().strftime('%Y-%m-%dT%H:%M:%SZ') found_server['DateLastAccessed'] = datetime.now().strftime('%Y-%m-%dT%H:%M:%SZ')
found_server['UserId'] = data['User']['Id'] found_server['UserId'] = data['User']['Id']