Skip to content

Commit

Permalink
Update __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoptg committed Feb 12, 2024
1 parent 4749706 commit 7b18e82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyUltroid/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ def main():
WasItRestart,
autopilot,
customize,
fetch_ann,
plug,
ready,
startup_stuff,
)
from .startup.loader import load_other_plugins

try:
pass
from apscheduler.schedulers.asyncio import AsyncIOScheduler
except ImportError:
pass
AsyncIOScheduler = None

# Option to Auto Update On Restarts..
if (
Expand Down Expand Up @@ -93,7 +94,6 @@ def main():

# Edit Restarting Message (if It's restarting)
ultroid_bot.run_in_loop(WasItRestart(udB))

try:
cleanup_cache()
except BaseException:
Expand Down

0 comments on commit 7b18e82

Please sign in to comment.