ai.robots.txt/code
Frederic Barthelemy 6b0349f37d
fix python complaining about f-string syntax
```
python code/tests.py
Traceback (most recent call last):
  File "/Users/fbarthelemy/Code/ai.robots.txt/code/tests.py", line 7, in <module>
    from robots import json_to_txt, json_to_table, json_to_htaccess, json_to_nginx
  File "/Users/fbarthelemy/Code/ai.robots.txt/code/robots.py", line 144
    return f"({"|".join(map(re.escape, lst))})"
                ^
SyntaxError: f-string: expecting '}'
```
2025-04-04 15:20:30 -07:00
..
test_files Add tests for Nginx config generator 2025-03-27 18:28:21 +01:00
robots.py fix python complaining about f-string syntax 2025-04-04 15:20:30 -07:00
tests.py Add tests for Nginx config generator 2025-03-27 18:28:21 +01:00