We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d09a39b commit 0fddfacCopy full SHA for 0fddfac
user_scanner/user_scan/community/lemmy.py
@@ -4,7 +4,7 @@
4
5
6
def validate_lemmy(user: str) -> Result:
7
- """ Check username availability on Lemmy (lemmy.world instance)"""
+ """Check username availability on Lemmy (lemmy.world instance)"""
8
9
# Lemmy username rules: 3-20 chars, alphanumeric and underscores only
10
if not (3 <= len(user) <= 20):
0 commit comments