Skip to content

Commit

Permalink
🐛 Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyetama committed Apr 8, 2021
1 parent f5b1b00 commit 7e0553f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gofile.py
Original file line number Diff line number Diff line change
@@ -56,6 +56,8 @@ def curl_response(command):
pyperclip.copy(files_list)
print(Panel.fit(f'[blue]{files_list}\n[red]Copied!'))

break


if path.isfile(args.file):
res = curl_response(['curl', '-F', f'email={email_addr}', '-F', f'file=@{args.file}',

0 comments on commit 7e0553f

Please sign in to comment.