diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-03-04 22:24:31 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-03-04 22:24:31 -0500 |
| commit | f9245931af0b8513f3b38e42a89e89ecb96593c6 (patch) | |
| tree | 1c2c44bbd13bd08765ffd35d1c5b2648db218783 /Pb_Api/Param/Image_Url.py | |
| parent | 021842ec42b991e7a641ae26862d77b324ea05db (diff) | |
still working on it
Diffstat (limited to 'Pb_Api/Param/Image_Url.py')
| -rw-r--r-- | Pb_Api/Param/Image_Url.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pb_Api/Param/Image_Url.py b/Pb_Api/Param/Image_Url.py index d199e11..59e7cbc 100644 --- a/Pb_Api/Param/Image_Url.py +++ b/Pb_Api/Param/Image_Url.py @@ -2,6 +2,6 @@ from config import TEST_URL from Pb_Api.Param.String import Pb_Api_Param_String class Pb_Api_Param_Image_Url(Pb_Api_Param_String): - def __init__(self, options): + def __init__(self, *args, **kwargs): super(Pb_Api_Param_Image_Url, self).__init__(*args, **kwargs) self.value(TEST_URL, autogenerated=1) |
