Update references after rename
This commit is contained in:
parent
6c93003ae0
commit
5283482150
|
@ -2,9 +2,9 @@
|
|||
import asyncio
|
||||
|
||||
try:
|
||||
from my_project_name import main
|
||||
from vetting_bot import main
|
||||
|
||||
# Run the main function of the bot
|
||||
asyncio.get_event_loop().run_until_complete(main.main())
|
||||
except ImportError as e:
|
||||
print("Unable to import my_project_name.main:", e)
|
||||
print("Unable to import vetting_bot.main:", e)
|
||||
|
|
Loading…
Reference in New Issue