update README, remove debug-related line

This commit is contained in:
msk
2022-09-27 22:12:36 -07:00
parent 978ba92901
commit 357e334308
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ def init_argparse():
return p
def command_line():
# TODO: implement command line mode for manually controlling the bot
# TODO (extra): implement command line mode for manually controlling the bot
print('Shell coming soon. For now, here\'s a Python interpretor.')
code.interact(local=globals())
pass