mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-05 21:20:51 +00:00
updates
This commit is contained in:
parent
38181ea5bb
commit
dc270eb335
@ -400,7 +400,7 @@ def test_msg():
|
||||
b = Komrade('bez')
|
||||
b.login()
|
||||
|
||||
print(b.check_msgs())
|
||||
print(b.read_msgs())
|
||||
|
||||
# z = Komrade('zuckbot')
|
||||
|
||||
|
@ -144,7 +144,7 @@ OPERATOR_ROUTES = [
|
||||
'login',
|
||||
'deliver_msg',
|
||||
'check_msgs',
|
||||
'read_msg'
|
||||
'read_msgs',
|
||||
]
|
||||
|
||||
OPERATOR_INTRO = 'Hello, this is the Operator speaking. '
|
||||
|
Loading…
Reference in New Issue
Block a user