Update main.py
Browse files
main.py
CHANGED
@@ -127,7 +127,7 @@ async def font_check_style(text: str):
|
|
127 |
try:
|
128 |
return {
|
129 |
"status": True,
|
130 |
-
"is_fonts_detect": contains_stylish_with_whitelist(text)
|
131 |
"source_code": "https://github.com/TeamKillerX/Ryzenth"
|
132 |
}
|
133 |
except Exception as e:
|
|
|
127 |
try:
|
128 |
return {
|
129 |
"status": True,
|
130 |
+
"is_fonts_detect": contains_stylish_with_whitelist(text),
|
131 |
"source_code": "https://github.com/TeamKillerX/Ryzenth"
|
132 |
}
|
133 |
except Exception as e:
|