mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-08-26 02:54:00 -05:00
Added return none for none when bleaching
This commit is contained in:
@@ -48,6 +48,8 @@ def check_for_game_client(check_type="strict"):
|
||||
|
||||
|
||||
def sanitize_input(input_value):
|
||||
if input_value is None:
|
||||
return None
|
||||
return bleach.clean(input_value)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user