2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-05 21:20:51 +00:00
This commit is contained in:
quadrismegistus 2020-09-15 07:22:31 +01:00
parent 38181ea5bb
commit dc270eb335
2 changed files with 2 additions and 2 deletions

View File

@ -400,7 +400,7 @@ def test_msg():
b = Komrade('bez')
b.login()
print(b.check_msgs())
print(b.read_msgs())
# z = Komrade('zuckbot')

View File

@ -144,7 +144,7 @@ OPERATOR_ROUTES = [
'login',
'deliver_msg',
'check_msgs',
'read_msg'
'read_msgs',
]
OPERATOR_INTRO = 'Hello, this is the Operator speaking. '