home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cb3a85
)
Fix hashbang typo.
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 1 Dec 2020 02:49:45 +0000
(
03:49
+0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 1 Dec 2020 02:49:45 +0000
(
03:49
+0100)
rogue_chat_curses.py
patch
|
blob
|
history
diff --git
a/rogue_chat_curses.py
b/rogue_chat_curses.py
index f715018cc85ef339591c7cfbf119bff5f73d041e..cb5042d5a8d4b620448083e3a8a2b31363b83e71 100755
(executable)
--- a/
rogue_chat_curses.py
+++ b/
rogue_chat_curses.py
@@
-1,4
+1,4
@@
-
e
!/usr/bin/env python3
+
#
!/usr/bin/env python3
import curses
import queue
import threading