Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sakia
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
clients
python
sakia
Commits
9f77aeb5
Commit
9f77aeb5
authored
9 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Fix syntax error
parent
726968d4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cutecoin/core/registry/identity.py
+1
-0
1 addition, 0 deletions
src/cutecoin/core/registry/identity.py
with
1 addition
and
0 deletions
src/cutecoin/core/registry/identity.py
+
1
−
0
View file @
9f77aeb5
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment