eCommerce icon indicating copy to clipboard operation
eCommerce copied to clipboard

clean_username function not work

Open Alalaf opened this issue 7 years ago • 3 comments

screenshot 33

Alalaf avatar Jun 19 '18 06:06 Alalaf

looks like your error is saying that the username has already been created.

kap1147 avatar Jun 20 '18 12:06 kap1147

yes, but it have to raise error('its already token') instead of that error

Alalaf avatar Jun 21 '18 13:06 Alalaf

try changing line 28 to:

if not qs.exist():

kap1147 avatar Jun 21 '18 22:06 kap1147