debug msgs
This commit is contained in:
parent
010c57247b
commit
2151a5d93a
1 changed files with 2 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ def main():
|
|||
print(output_url)
|
||||
with open(f"data/ytdl/{time.time()}.txt", "w") as output_file:
|
||||
output_file.write(output_url)
|
||||
output_file.write("\n")
|
||||
output_file.write(os.getcwd())
|
||||
output_file.close()
|
||||
else:
|
||||
print("Invalid argument")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue