diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 14:06:58 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 14:06:58 +0200 |
| commit | faf4e6f7706afe1378e1dcd555027d58ca02a125 (patch) | |
| tree | 3f441b233245b7a9fa4998253093b79bd1a41867 | |
| parent | 9ae0ab01f4c186c0aabbf750aca489546fa766c4 (diff) | |
trying to get username in
| -rw-r--r-- | photoblaster/param/img_url.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/photoblaster/param/img_url.py b/photoblaster/param/img_url.py index 2e28571..d957b89 100644 --- a/photoblaster/param/img_url.py +++ b/photoblaster/param/img_url.py @@ -63,6 +63,7 @@ class Img_url(Param): """downloads the image to the path specified in the local filesystem""" max_size = MAX_SIZE + print(self.username, SPECIAL_DOWNLOADERS) if self.username in SPECIAL_DOWNLOADERS: max_size = SPECIAL_DOWNLOADERS_MAX_SIZE self._download( |
