Commit 48c7a98a authored by Joanne Hugé's avatar Joanne Hugé

.

parent c1896d41
......@@ -22,6 +22,10 @@ def main():
defer(m.close_session)
#print(m)
if 0:
import time; time.sleep(2)
return
"""
for cap in m.server_capabilities:
print(' ', cap)
......@@ -50,7 +54,7 @@ def main():
if x is None:
print('.', end='', flush=True)
continue
print(x)
xpprint(x.notification_ele)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment