Skip to content

Commit

Permalink
Make this comment actionable.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Nov 7, 2023
1 parent daa3e59 commit bcd37e8
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ def write_instances(self, instances: list[str]) -> None:

with open(module_path, 'wt') as f:
f.write(
"# this file is populated by running `python manage.py update_mastodon_instances`\n\n"
"# this file is populated by running `python manage.py update_mastodon_instances`\n"
"# do not edit it by hand\n\n"
)
f.write(f"MASTODON_INSTANCES: set[str] = {{ {', '.join((repr(i) for i in instances))} }}")

Expand Down

0 comments on commit bcd37e8

Please sign in to comment.