Skip to content

Commit

Permalink
Merge pull request #82 from akrherz/x_is_back
Browse files Browse the repository at this point in the history
X is back
  • Loading branch information
akrherz authored May 14, 2024
2 parents c9d0875 + b6a4f88 commit 197df8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_schedule: quarterly
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.4.3"
rev: "v0.4.4"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/iembot/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ def load_twitter_from_db(txn, bot):
channel = row["channel"]
d = twrt.setdefault(channel, [])
d.append(user_id)
# bot.tw_routingtable = twrt
bot.tw_routingtable = twrt
log.msg(f"load_twitter_from_db(): {txn.rowcount} subs found")

twusers = {}
Expand Down

0 comments on commit 197df8d

Please sign in to comment.