diff options
| author | Pepper <pepper@scannerjammer.com> | 2015-03-04 23:09:52 -0500 |
|---|---|---|
| committer | Pepper <pepper@scannerjammer.com> | 2015-03-04 23:09:52 -0500 |
| commit | 6b00d986288c735e0dba400a3ac02e4809279de2 (patch) | |
| tree | 7859dd26f82b3e61c3f01e1a2d2e807e858e5e2f /Pb_Api/Param/Image_Url.py | |
| parent | 6bdbe780c992fe0223e9b6d9237f557a7ee66e37 (diff) | |
fixing
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 59e7cbc..f5e91b9 100644 --- a/Pb_Api/Param/Image_Url.py +++ b/Pb_Api/Param/Image_Url.py @@ -4,4 +4,4 @@ from Pb_Api.Param.String import Pb_Api_Param_String class Pb_Api_Param_Image_Url(Pb_Api_Param_String): def __init__(self, *args, **kwargs): super(Pb_Api_Param_Image_Url, self).__init__(*args, **kwargs) - self.value(TEST_URL, autogenerated=1) + self.value(TEST_URL, default=1) |
