Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TharinduDR/TransQuest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTharinduDR <rhtdranasinghe@gmail.com>2021-02-06 02:48:59 +0300
committerTharinduDR <rhtdranasinghe@gmail.com>2021-02-06 02:48:59 +0300
commitd9f1821d0176e63132a3b64138e1d900eccaeec3 (patch)
tree665b30b0017e287400ae3d3c22b9164a6e4183cb
parent361a1ccc0a1f7a1ebbcbe4b348ca39acd4f772f1 (diff)
055: Adding word level examples
-rw-r--r--transquest/app/util/model_downloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/transquest/app/util/model_downloader.py b/transquest/app/util/model_downloader.py
index 551d2a8..fb70395 100644
--- a/transquest/app/util/model_downloader.py
+++ b/transquest/app/util/model_downloader.py
@@ -55,7 +55,7 @@ class GoogleDriveDownloader:
session = requests.Session()
- logger.info(' Downloading {} into {}... '.format(file_id, dest_path), end='')
+ logger.info(' Downloading {} into {}... '.format(file_id, dest_path), terminator='')
stdout.flush()
response = session.get(GoogleDriveDownloader.DOWNLOAD_URL, params={'id': file_id}, stream=True)