mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-06 06:12:40 +02:00
This commit addresses recurring `SyntaxError: invalid non-printable character U+001B` errors in `surfsense_backend/app/connectors/slack_history.py`. The file was cleaned to remove all occurrences of the U+001B (ESCAPE) character. This ensures that previously introduced problematic control characters are fully removed, allowing the application to parse and load the module correctly. |
||
|---|---|---|
| .. | ||
| github_connector.py | ||
| linear_connector.py | ||
| notion_history.py | ||
| slack_history.py | ||
| test_github_connector.py | ||
| test_slack_history.py | ||