Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
amadejkastelic committed Oct 5, 2024
1 parent 9b8b96b commit 1eb8024
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions bot/integrations/four_chan/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def _create_instance(cls) -> None:
cls._INSTANCE = FourChanClient()


# https://github.com/4chan/4chan-API
class FourChanClient(base.BaseClient):
INTEGRATION = constants.Integration.FOUR_CHAN

Expand Down
2 changes: 1 addition & 1 deletion conf/settings_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,5 +270,5 @@
},
'4chan': {
'enabled': False,
}
},
}

0 comments on commit 1eb8024

Please sign in to comment.