mirror of
https://github.com/house-of-vanity/fesmoo_perdoliq.git
synced 2025-08-21 16:17:15 +00:00
fixes
This commit is contained in:
@@ -59,7 +59,7 @@ def echo(bot):
|
|||||||
|
|
||||||
if update.message:
|
if update.message:
|
||||||
s = update.message.text.split()
|
s = update.message.text.split()
|
||||||
if len(s) == 6:
|
if len(s) == 5:
|
||||||
msg = "usr: " + s[0] + " pass: " + s[1] + " subj: " + s[2] + " test: " + s[3] + " acc: " + s[4]
|
msg = "usr: " + s[0] + " pass: " + s[1] + " subj: " + s[2] + " test: " + s[3] + " acc: " + s[4]
|
||||||
perdoliq(s[0], s[1], s[2], s[3], s[4])
|
perdoliq(s[0], s[1], s[2], s[3], s[4])
|
||||||
update.message.reply_text(msg)
|
update.message.reply_text(msg)
|
||||||
|
Reference in New Issue
Block a user