txlyre 10 months ago
parent
commit
d6ee2e2f5a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -28,7 +28,7 @@ async def get_counter(
     Path(
       min_length=1,
       max_length=50,
-      pattern=r'^[a-zA-Z0-9А-Яа-я\-\.,_]+$'
+      pattern=r'^[a-zA-Z0-9А-Яа-я\-\.,_@#:]+$'
     )
   ]
 ):