mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-05-17 16:03:10 +00:00
Fix Python syntax error
This commit is contained in:
parent
1310dbae46
commit
ec995cd686
1 changed files with 2 additions and 1 deletions
|
@ -223,7 +223,8 @@ def conversions():
|
|||
)
|
||||
update_file_if_changed(
|
||||
file_name="./Caddyfile",
|
||||
converter=json_to_caddy
|
||||
converter=json_to_caddy,
|
||||
)
|
||||
|
||||
update_file_if_changed(
|
||||
file_name="./haproxy-block-ai-bots.txt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue