user now can read incoming messages

This commit is contained in:
ingvar1995 2016-02-26 21:54:15 +03:00
parent b592ca3f00
commit a1ff425f4c
4 changed files with 93 additions and 14 deletions

View file

@ -71,7 +71,7 @@ def main():
tox = tox_factory(data, settings)
ms = MainWindow(tox)
ms.setup_info_from_tox()
#ms.setup_info_from_tox()
ms.show()
# bootstrap
for data in node_generator():