mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-07 18:08:36 -06:00
Remove unnecessary os.path.abspath call, delete requirements.txt
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
Flask~=1.1.2
|
||||
click~=7.1.2
|
||||
enlighten~=1.6.2
|
||||
requests~=2.24.0
|
||||
bs4~=0.0.1
|
||||
beautifulsoup4~=4.9.1
|
||||
@@ -24,7 +24,7 @@ TRUTH_DIR = os.path.join(CUR_DIR, 'truth')
|
||||
CHARACTERS_DIR = os.path.join(CUR_DIR, 'characters')
|
||||
EPISODES_DIR = os.path.join(TRUTH_DIR, 'episodes')
|
||||
COMPILE_DIR = os.path.join(CUR_DIR, 'compile')
|
||||
RAW_DIR = os.path.abspath(os.path.join(CUR_DIR, 'raw'))
|
||||
RAW_DIR = os.path.join(CUR_DIR, 'raw')
|
||||
|
||||
RAW_FILES = os.listdir(RAW_DIR)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user