mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-07-06 19:55:26 -05:00
Added return none for none when bleaching
This commit is contained in:
parent
56ea5cd241
commit
8fe6401ad4
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user