- commit
- c051196e4268c91d43305b25b5ea9ca9e9559f27
- parent
- b520d7659ddabc4966c418ec03c62b68523ebf24
- Author
- Tobias Bengfort <tobias.bengfort@gmx.net>
- Date
- 2014-10-12 15:45
Fixup
Diffstat
| M | laneya/client.py | 4 | ++-- |
1 files changed, 2 insertions, 2 deletions
diff --git a/laneya/client.py b/laneya/client.py
@@ -5,7 +5,7 @@ from twisted.internet.endpoints import TCP4ClientEndpoint 5 5 from twisted.internet import reactor 6 6 from twisted.internet import task 7 78 -1 from dirtywords.pygame_core import Screen-1 8 from dirtywords import Screen 9 9 10 10 import protocol 11 11 import deferred as q @@ -55,7 +55,7 @@ def main(): 55 55 d = endpoint.connect(client) 56 56 57 57 mainloop = task.LoopingCall(client.mainloop)58 -1 mainloop.start(0.1)-1 58 mainloop.start(0.02) 59 59 60 60 reactor.run() 61 61