diff options
Diffstat (limited to 'omegle.py')
-rw-r--r-- | omegle.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -195,6 +195,7 @@ def get_count(): return body if __name__ == "__main__": + """Extrem einfacher Chat-Client""" logging.basicConfig(level=logging.INFO) print "Lets chat. Type \"quit\" to disconnect" chat = OmegleChat() |