Closed jansonh closed 1 year ago
Set the fallback to empty string when FAKEUSERAGENT_FALLBACK is not provided in the settings.py, because it returns AssertionError: fallback must be a string when set to None.
fallback
FAKEUSERAGENT_FALLBACK
settings.py
AssertionError: fallback must be a string
None
Set the
fallback
to empty string whenFAKEUSERAGENT_FALLBACK
is not provided in thesettings.py
, because it returnsAssertionError: fallback must be a string
when set toNone
.