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 2, 2024
1 parent 739923b commit 2fc4d56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyUltroid/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def main():
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

0 comments on commit 2fc4d56

Please sign in to comment.