Added an experiment (stage 1 of 3)

This commit is contained in:
2018-12-12 05:49:28 -06:00
parent cf4971a6c4
commit 2f175f5529
2 changed files with 16 additions and 5 deletions

View File

@@ -425,6 +425,7 @@ class Controller(object):
r = self.session.vk.client.account.setOnline()
except:
log.error("Error in setting online for the current user")
self.window.notify("Socializer", "online now!")
def set_offline(self):
try: