@@ -140,7 +140,7 @@ def random_char():
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():
The note is not visible to the blocked user.