download_url: Fix syntax of else added in the last commit - transferwee - Download/upload file via wetransfer.com
HTML git clone https://github.com/iamleot/transferwee
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 5ae4f014ce753dfbdc90c36b92bab2a65f0cb9ff
DIR parent c7812039c637b1722384c2866968d23f1bb52987
HTML Author: Leonardo Taccari <iamleot@gmail.com>
Date: Sun, 30 Dec 2018 13:49:44 +0100
download_url: Fix syntax of else added in the last commit
Diffstat:
M transferwee.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/transferwee.py b/transferwee.py
@@ -93,7 +93,7 @@ def download_url(url: str) -> str:
transfer_id, security_hash = params
elif len(params) == 3:
transfer_id, recipient_id, security_hash = params
- else
+ else:
return None
j = {