summaryrefslogtreecommitdiff
path: root/Pb_Api/Param/Username.py
diff options
context:
space:
mode:
Diffstat (limited to 'Pb_Api/Param/Username.py')
-rw-r--r--Pb_Api/Param/Username.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pb_Api/Param/Username.py b/Pb_Api/Param/Username.py
index 18d7041..3b691e8 100644
--- a/Pb_Api/Param/Username.py
+++ b/Pb_Api/Param/Username.py
@@ -4,4 +4,4 @@ from Pb_Api.Param.String import Pb_Api_Param_String
class Pb_Api_Param_Username(Pb_Api_Param_String):
def __init__(self, *args, **kwargs):
super(Pb_Api_Param_Username, self).__init__(*args, **kwargs)
- self.value(USERNAME, autogenerated=1)
+ self.value(USERNAME, default=1)