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

Correction de bug du wot_tab

parent e32e3b85
No related branches found
No related tags found
No related merge requests found
...@@ -232,7 +232,7 @@ class WotTabWidget(QWidget, Ui_WotTabWidget): ...@@ -232,7 +232,7 @@ class WotTabWidget(QWidget, Ui_WotTabWidget):
""" """
Reset graph scene to wallet identity Reset graph scene to wallet identity
""" """
if self.account: if self.account and self.community:
identity = yield from self.account.identity(self.community) identity = yield from self.account.identity(self.community)
self.draw_graph(identity) self.draw_graph(identity)
......
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