This commit is contained in:
.[d]. 2023-02-06 17:03:07 -06:00
parent fa9b095926
commit f91fde0aa7

@ -458,14 +458,14 @@ if __name__=="__main__":
######################################################################################################################################### #########################################################################################################################################
DEBUG=False DEBUG=False
if DEBUG: if DEBUG:
USERPATH=str(wrapper(main)) USERPATH=str("")
IMGINDEX=int(0) IMGINDEX=int(0)
RENDMODE=int(0) RENDMODE=int(0)
PUMPMODE=int(1) PUMPMODE=int(1)
PUMPTIME=10 PUMPTIME=10
USERSHUF=True USERSHUF=True
else: else:
USERPATH=str(wrapper(main)) USERPATH=str("")
IMGINDEX=int(0) IMGINDEX=int(0)
RENDMODE=int(0) RENDMODE=int(0)
PUMPMODE=int(0) PUMPMODE=int(0)
@ -477,7 +477,7 @@ if __name__=="__main__":
USERPATH=str(sys.argv[1]) USERPATH=str(sys.argv[1])
print(f'[ specified user path: {USERPATH} ]') print(f'[ specified user path: {USERPATH} ]')
except: except:
USERPATH="" USERPATH=str(wrapper(main))
print(f'[ no directory path was specified: defaulting to current directory and recursively ]') print(f'[ no directory path was specified: defaulting to current directory and recursively ]')
######################################################################################################################################### #########################################################################################################################################
if not DEBUG: if not DEBUG: