Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
redplanet
/
demotape
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
print rootpath
master
Andreas Demmelbauer
4 anni fa
parent
c5fb4b9404
commit
e9092d93b0
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
demotape.py
+ 1
- 0
demotape.py
Vedi File
@@ -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()
Scrivi
Anteprima
Caricamento…
Annulla
Salva