Skip to content

Commit

Permalink
disabled liquidations #499
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanAkkerman committed Feb 21, 2024
1 parent 9f2c4eb commit 9faf5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ LOOPS:
ENABLED: True

LIQUIDATIONS:
ENABLED: True
ENABLED: False
CHANNEL: 💸┃liquidations

LOSERS:
Expand Down
2 changes: 1 addition & 1 deletion src/cogs/loops/liquidations.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self, bot: commands.Bot) -> None:
self.bot, config["LOOPS"]["LIQUIDATIONS"]["CHANNEL"]
)
# Disabled for now
# self.post_liquidations.start()
self.post_liquidations.start()

async def get_df(self) -> pd.DataFrame:
data = await get_json_data(
Expand Down

0 comments on commit 9faf5df

Please sign in to comment.