Skip to content

Commit

Permalink
Add path
Browse files Browse the repository at this point in the history
  • Loading branch information
TLNBS2405 committed Dec 16, 2023
1 parent 1c08916 commit 7c00fb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ beautifulsoup4==4.11.1
discord.py==2.3.2
pymediawiki==0.7.3
Requests~=2.27.1
bs4~=0.0.1
bs4~=0.0.1
lxml~=4.9.3
3 changes: 2 additions & 1 deletion src/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import json, datetime, logging, os, discord, sched, time
import json, datetime, logging, os, discord, sched, time, sys
from typing import List

from src.wavu import wavu_importer
Expand All @@ -11,6 +11,7 @@

from threading import Thread

sys.path.insert(1, (os.path.dirname(os.path.dirname(__file__))))

logger = logging.getLogger(__name__)
logger.setLevel(logging.WARNING)
Expand Down

0 comments on commit 7c00fb4

Please sign in to comment.