randydev commited on
Commit
9dce1ac
·
verified ·
1 Parent(s): 7d7d2bf

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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: