Przeglądaj źródła

print rootpath

master
Andreas Demmelbauer 4 lat temu
rodzic
commit
e9092d93b0
1 zmienionych plików z 1 dodań i 0 usunięć
  1. +1
    -0
      demotape.py

+ 1
- 0
demotape.py Wyświetl plik

@@ -17,6 +17,7 @@ import concurrent.futures
try:
if sys.argv[1] and os.path.exists(sys.argv[1]):
ROOT_PATH = sys.argv[1]
print('Root path for downloaded streams: ' + ROOT_PATH)
else:
print('destination path does not exist')
sys.exit()


Ładowanie…
Anuluj
Zapisz