forked from rDrama/rDrama
1
0
Fork 0

testing smth

master
Aevann1 2022-09-27 08:41:23 +02:00
parent 9914fd215c
commit c882b366a1
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
from files.classes import *
from flask import g
print('testing smth', flush=True)
def get_id(username, v=None, graceful=False):
username = username.replace('\\', '').replace('_', '\_').replace('%', '').strip()