Skip to content

Commit

Permalink
Refactor TelegramReceiver register method for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmstr committed Oct 31, 2024
1 parent 6f1bf4a commit 530b3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/uds/notifiers/telegram/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ def run(self) -> None:
n.retrieve_messages()

@staticmethod
def register() -> None:
def register() -> None:
managers.task_manager().register_job(TelegramReceiver)

0 comments on commit 530b3ac

Please sign in to comment.