Skip to content

Commit

Permalink
v1.12 - please see CHANGELOG.md for changes
Browse files Browse the repository at this point in the history
  • Loading branch information
xnl-h4ck3r committed Dec 21, 2022
1 parent 62e2eb2 commit d59c40f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions waymore.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,8 @@ def getConfig():
else:
configPath = Path(waymorePath / 'config.yml')
else:
try:
waymorePath = args.config
configPath = Path(waymorePath)
except Exception as e:
print(str(e))
waymorePath = args.config
configPath = Path(waymorePath)
config = yaml.safe_load(open(configPath))
try:
FILTER_URL = config.get('FILTER_URL')
Expand Down

0 comments on commit d59c40f

Please sign in to comment.