This commit is contained in:
Alexandr Bogomyakov
2018-05-17 18:43:54 +03:00
parent 358c6b348b
commit 67244888af

View File

@ -117,7 +117,6 @@ def echo(bot):
return False
msg = "Here is an available tests:\n``` "
i = 0
print(tests)
for subj in tests:
msg = msg + (" [%s] %s\n" % (i, subj))
i += 1