This commit is contained in:
decoded
2022-02-28 16:45:51 -06:00
parent 5c4d1b9baa
commit 3c5da2e764
4 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#################################################################################################### ################### SOF
########################################################################################### dr1p4ns1 version 2.3 ####### SOF
#################################################################################################### #######################
from glob import glob
from time import sleep
@@ -46,7 +46,7 @@ MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMdyymMMMMMMMMMMMMMMMMMMMMMMMMMMM
FIFO_PATH = f"{os.path.expanduser('~')}/.weechat/weechat_fifo" #####
FIFO_ENABLED = True #####
COPY_PATH = f"{os.path.expanduser('~')}/Pictures" #####
DELETE_PATH = "/tmp" #####
DELETE_PATH = "/tmp" #####
#################################################################################################### #######################
#################################################################################################### #######################
#####
@@ -1225,4 +1225,4 @@ class ANSIDecoder:
if __name__=="__main__":
FIFO_ENABLED = os.path.exists(FIFO_PATH)
files = getfiles(sys.argv)
ui = UI(files)
ui = UI(files)