Ver código fonte

print rootpath

master
Andreas Demmelbauer 4 anos atrás
pai
commit
e9092d93b0
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      demotape.py

+ 1
- 0
demotape.py Ver arquivo

@@ -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()


Carregando…
Cancelar
Salvar