Update app/main.py

#3
by Zenaight - opened
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