Skip to content

Commit

Permalink
possible fix for #109
Browse files Browse the repository at this point in the history
  • Loading branch information
meisnate12 committed Mar 15, 2021
1 parent 014045f commit adb612e
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions plex_meta_manager.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
import argparse, logging, os, re, sys, time
from datetime import datetime
try:
import schedule
from modules import tests, util
from modules.config import Config
except ModuleNotFoundError:
print("Error: Requirements are not installed")
sys.exit(0)
import schedule
from modules import tests, util
from modules.config import Config

parser = argparse.ArgumentParser()
parser.add_argument("--my-tests", dest="tests", help=argparse.SUPPRESS, action="store_true", default=False)
Expand Down

0 comments on commit adb612e

Please sign in to comment.