-
-
Save NMelis/b467e790fbbd2f5a9040bcca22e9a680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/usr/bin/python3.5 /home/melis/PycharmProjects/Nebo/main.py | |
Выручка уже собрана, сечас собирать нечего | |
Товары уже выложены, сейчас выгруживать нечего | |
На 26: Этажие нужно закупить товар - начинать? [Да/Нет]: Да | |
Какие покупать - Самые дешевые или Самые Дорогие товары? --> [1|2|3]? 3 | |
jpen 3 | |
28 этаж | |
Цветомузыка 12 ч 46 мин Идут продажи | |
Traceback (most recent call last): | |
File "/home/melis/PycharmProjects/Nebo/main.py", line 8, in <module> | |
user.run_procure() | |
File "/home/melis/PycharmProjects/Nebo/User.py", line 134, in run_procure | |
print(res('Закупить', rel)) | |
File "/home/melis/PycharmProjects/Nebo/User.py", line 102, in res | |
return result.group(0) == i | |
AttributeError: 'NoneType' object has no attribute 'group' | |
Process finished with exit code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment