lowercase is better for typing with mobile
This commit is contained in:
2
flit.py
2
flit.py
@@ -140,7 +140,7 @@ def random_char():
|
|||||||
str: A single uppercase letter or number
|
str: A single uppercase letter or number
|
||||||
|
|
||||||
"""
|
"""
|
||||||
return random.choice(string.ascii_uppercase + string.digits)
|
return random.choice(string.ascii_lowercase + string.digits)
|
||||||
|
|
||||||
|
|
||||||
def random_name():
|
def random_name():
|
||||||
|
|||||||
Reference in New Issue
Block a user