Skip to content
Snippets Groups Projects
Commit 9f77aeb5 authored by inso's avatar inso
Browse files

Fix syntax error

parent 726968d4
No related branches found
No related tags found
No related merge requests found
...@@ -403,6 +403,7 @@ class Identity(QObject): ...@@ -403,6 +403,7 @@ class Identity(QObject):
Refresh UID from uids list, got from a successful lookup request Refresh UID from uids list, got from a successful lookup request
:param list uids: UIDs got from a lookup request :param list uids: UIDs got from a lookup request
""" """
timestamp = 0
if self.local_state == LocalState.NOT_FOUND: if self.local_state == LocalState.NOT_FOUND:
for uid_data in uids: for uid_data in uids:
if uid_data["meta"]["timestamp"] > timestamp: if uid_data["meta"]["timestamp"] > timestamp:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment