Bug fix "NameError: name 'exit' is not defined" - transferwee - Download/upload file via wetransfer.com
(HTM) git clone https://github.com/iamleot/transferwee
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 6ae8fc2adf06cff947d35e08dd211628536ec1be
(DIR) parent d8e59ef966a8f9baa7000ca985dbfe6afe0e4fec
(HTM) Author: sharevb <sharevb@gmail.com>
Date: Fri, 27 Sep 2019 10:50:59 +0200
Bug fix "NameError: name 'exit' is not defined"
Got "NameError: name 'exit' is not defined" in python 3.7 after compiling using pyinstaller
Diffstat:
M transferwee.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/transferwee.py b/transferwee.py
@@ -38,7 +38,7 @@ files from a `we.tl' or `wetransfer.com/downloads' URLs and upload files that
will be shared via emails or link.
"""
-
+from sys import exit
from typing import List
import os.path
import re