This website works better with JavaScript.
Home
Explore
Help
Sign In
redplanet
/
demotape
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
print rootpath
master
Andreas Demmelbauer
4 years ago
parent
c5fb4b9404
commit
e9092d93b0
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
demotape.py
+ 1
- 0
demotape.py
View 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()
Write
Preview
Loading…
Cancel
Save