File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ class BackgroundColors: # Colors for the terminal
6969
7070# Execution Constants:
7171VERBOSE = False # Set to True to output verbose messages
72- INPUT_PATH = "D:\\ Sem Backup\\ Download\\ Temp\\ TeraBox\\ " # Set the default input path for first-level directory processing
72+ INPUT_PATH = r "D:/ Sem Backup/ Download/ Temp/ TeraBox/ " # Set the default input path for first-level directory processing
7373
7474# Logger Setup:
7575logger = Logger (f"./Logs/{ Path (__file__ ).stem } .log" , clean = True ) # Create a Logger instance
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ class BackgroundColors: # Colors for the terminal
7373
7474# Execution Constants:
7575VERBOSE = False # Set to True to output verbose messages
76- INPUT_PATH = "D:\\ Sem Backup\\ Download\\ Temp\\ TeraBox\\ " # Set the default input path for first-level directory processing
76+ INPUT_PATH = r "D:/ Sem Backup/ Download/ Temp/ TeraBox/ " # Set the default input path for first-level directory processing
7777
7878# Logger Setup:
7979logger = Logger (f"./Logs/{ Path (__file__ ).stem } .log" , clean = True ) # Create a Logger instance
You can’t perform that action at this time.
0 commit comments