diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 14:07:55 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-01 14:07:55 +0200 |
| commit | 1a1ee93ae30da0957216a73ac1e2592e38b0fca2 (patch) | |
| tree | 60233fa3cc0f2f9b08d5c28b6d665560812c4801 /photoblaster/param/img_url.py | |
| parent | faf4e6f7706afe1378e1dcd555027d58ca02a125 (diff) | |
trying to get username in
Diffstat (limited to 'photoblaster/param/img_url.py')
| -rw-r--r-- | photoblaster/param/img_url.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/photoblaster/param/img_url.py b/photoblaster/param/img_url.py index d957b89..2e28571 100644 --- a/photoblaster/param/img_url.py +++ b/photoblaster/param/img_url.py @@ -63,7 +63,6 @@ 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( |
