Skip to content

Commit

Permalink
Merge pull request #4276 from dev-hato/fix-format-4267_add_misskey_fe…
Browse files Browse the repository at this point in the history
…di_flag

formatが間違ってたので直してあげたよ! #4274
  • Loading branch information
nakkaa authored Sep 9, 2024
2 parents d07ea48 + 86e5943 commit 44e0f1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackbot_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# Misskey用の設定
MISSKEY_DOMAIN = str(os.environ["MISSKEY_DOMAIN"])
MISSKEY_API_TOKEN = str(os.environ["MISSKEY_API_TOKEN"])
MISSKEY_FEDERATION = bool(os.environ.get("MISSKEY_FEDERATION","False"))
MISSKEY_FEDERATION = bool(os.environ.get("MISSKEY_FEDERATION", "False"))

MODE = str(os.environ["MODE"])

Expand Down

0 comments on commit 44e0f1c

Please sign in to comment.