v3. Полноценные подписки
This commit is contained in:
+4
-1
@@ -1,6 +1,9 @@
|
||||
import re
|
||||
import random
|
||||
import re
|
||||
|
||||
from config import SERVERS
|
||||
|
||||
|
||||
def sanitize_key_name(key_name: str) -> str:
|
||||
return re.sub(r'[^a-z0-9@._-]', '', key_name.lower())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user