fix monboob do_ methods
This commit is contained in:
parent
4d5a5003a7
commit
ec45f3c2f0
1 changed files with 2 additions and 2 deletions
|
|
@ -111,7 +111,7 @@ class Monboob(ReplApplication):
|
||||||
except IndexError:
|
except IndexError:
|
||||||
return s
|
return s
|
||||||
|
|
||||||
def do_post(self):
|
def do_post(self, line):
|
||||||
"""
|
"""
|
||||||
post
|
post
|
||||||
|
|
||||||
|
|
@ -192,7 +192,7 @@ class Monboob(ReplApplication):
|
||||||
parent=Message(thread, msg_id),
|
parent=Message(thread, msg_id),
|
||||||
content=content))
|
content=content))
|
||||||
|
|
||||||
def do_run(self):
|
def do_run(self, line):
|
||||||
"""
|
"""
|
||||||
run
|
run
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue