You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3.10 main.py
Traceback (most recent call last):
File "/storage/emulated/0/atrmx/goblin/main.py", line 5, in
from bot.utils import logger
File "/storage/emulated/0/atrmx/goblin/bot/utils/init.py", line 2, in
from . import launcher
File "/storage/emulated/0/atrmx/goblin/bot/utils/launcher.py", line 9, in
from bot.core.tapper import run_tapper
File "/storage/emulated/0/atrmx/goblin/bot/core/tapper.py", line 17, in
from ..utils.tg_manager.TGSession import TGSession
ModuleNotFoundError: No module named 'bot.utils.tg_manager.TGSession'
The text was updated successfully, but these errors were encountered:
$ python3.10 main.py
Traceback (most recent call last):
File "/storage/emulated/0/atrmx/goblin/main.py", line 5, in
from bot.utils import logger
File "/storage/emulated/0/atrmx/goblin/bot/utils/init.py", line 2, in
from . import launcher
File "/storage/emulated/0/atrmx/goblin/bot/utils/launcher.py", line 9, in
from bot.core.tapper import run_tapper
File "/storage/emulated/0/atrmx/goblin/bot/core/tapper.py", line 17, in
from ..utils.tg_manager.TGSession import TGSession
ModuleNotFoundError: No module named 'bot.utils.tg_manager.TGSession'
The text was updated successfully, but these errors were encountered: