Skip to content
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.

fix heroku error log #33

Open
wants to merge 1 commit into
base: KillerX-Userbot
Choose a base branch
from

Conversation

wilnami
Copy link

@wilnami wilnami commented Apr 10, 2022

I created this pull request to fixt an error occured while deploying my app on Heroku.
Here's the error looks like:

2022-04-10T19:21:01.624408+00:00 app[worker.1]: Traceback (most recent call last):
2022-04-10T19:21:01.624423+00:00 app[worker.1]: File "/usr/local/lib/python3.10/runpy.py", line 187, in _run_module_as_main
2022-04-10T19:21:01.624529+00:00 app[worker.1]: mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
2022-04-10T19:21:01.624537+00:00 app[worker.1]: File "/usr/local/lib/python3.10/runpy.py", line 146, in _get_module_details
2022-04-10T19:21:01.624611+00:00 app[worker.1]: return _get_module_details(pkg_main_name, error)
2022-04-10T19:21:01.624618+00:00 app[worker.1]: File "/usr/local/lib/python3.10/runpy.py", line 110, in _get_module_details
2022-04-10T19:21:01.624681+00:00 app[worker.1]: import(pkg_name)
2022-04-10T19:21:01.624695+00:00 app[worker.1]: File "/root/userbot/userbot/init.py", line 183
2022-04-10T19:21:01.624702+00:00 app[worker.1]: DEVS = (
2022-04-10T19:21:01.624711+00:00 app[worker.1]: ^
2022-04-10T19:21:01.624720+00:00 app[worker.1]: SyntaxError: '(' was never closed

Hope this will help you, thanks!

@Randi356
Copy link
Owner

can this
(

)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants