Zenaight commited on
Commit
401f02b
·
verified ·
1 Parent(s): 575c9c9

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -2613,4 +2613,4 @@ def clean_text_for_docx(text: str) -> str:
2613
  # Simple text cleaning - keep basic punctuation and common symbols
2614
  text = ''.join(char for char in text if ord(char) < 128 or char in '•°$€£¥₹₩₽₪₺₴₼₸₾֏₲₡₣₦₵₨₱₫₭៛৳؋﷼%')
2615
 
2616
- return text
 
2613
  # Simple text cleaning - keep basic punctuation and common symbols
2614
  text = ''.join(char for char in text if ord(char) < 128 or char in '•°$€£¥₹₩₽₪₺₴₼₸₾֏₲₡₣₦₵₨₱₫₭៛৳؋﷼%')
2615
 
2616
+ return text