Skip to content

Commit

Permalink
Regenerate the mastodon instance list.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed Nov 7, 2023
1 parent bcd37e8 commit 7937a67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nkdsu/apps/vote/mastodon_instances.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# this file is populated by running `python manage.py update_mastodon_instances`
# do not edit it by hand

MASTODON_INSTANCES = {
MASTODON_INSTANCES: set[str] = {
'0-0.cum.cx',
'0.01010011.xyz',
'0.0n.ee',
Expand Down

0 comments on commit 7937a67

Please sign in to comment.