forked from Hay1tsme/artemis
remove deprecated warn
This commit is contained in:
@ -715,7 +715,7 @@ class ChuniFrontend(FE_Base):
|
||||
elif o < 0x7F and o > 0x20:
|
||||
new_name_full += chr(o + 0xFEE0)
|
||||
elif o <= 0x7F:
|
||||
self.logger.warn(f"Invalid ascii character {o:02X}")
|
||||
self.logger.warning(f"Invalid ascii character {o:02X}")
|
||||
return RedirectResponse("/gate/?e=4", 303)
|
||||
else:
|
||||
new_name_full += x
|
||||
|
Reference in New Issue
Block a user