Skip to content

Commit

Permalink
No test coverage on config/daily.pickle loading :(
Browse files Browse the repository at this point in the history
Release as 0.3.21.1.

See #97.
  • Loading branch information
nmlorg committed Jun 29, 2024
1 parent 30724f8 commit eeb66c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metabot/modules/reminders.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def queue():

for key, record in records.items():
botuser, unused_groupid = key
if botuser == 'alerts' and len(record) == 3:
if botuser != 'alerts' and len(record) == 3:
records[key] += ('', '')
else:
recordsfname = None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = 'metabot'
version = '0.3.21'
version = '0.3.21.1'
description = 'Modularized, multi-account bot.'
readme = 'README.md'
authors = [
Expand Down

0 comments on commit eeb66c8

Please sign in to comment.