diff src/core/sat_main.py @ 2007:19b9d3f8a6c7

plugin XEP-0085, quick_frontends, primitivus: chat states are working again
author Goffi <goffi@goffi.org>
date Sun, 17 Jul 2016 16:47:33 +0200
parents a2bc5089c2eb
children 046449cc2bff
line wrap: on
line diff
--- a/src/core/sat_main.py	Fri Jul 15 22:13:09 2016 +0200
+++ b/src/core/sat_main.py	Sun Jul 17 16:47:33 2016 +0200
@@ -520,7 +520,7 @@
     ## XMPP methods ##
 
     def getWaitingConf(self, profile_key=None):
-        assert(profile_key)
+        assert profile_key
         client = self.getClient(profile_key)
         ret = []
         for conf_id in client._waiting_conf: