コード例 #1
0
ファイル: queue_processors.py プロジェクト: xshengshe/zulip
 def start(self) -> None:
     # initialize_push_notifications doesn't strictly do anything
     # beyond printing some logging warnings if push notifications
     # are not available in the current configuration.
     initialize_push_notifications()
     super().start()
コード例 #2
0
ファイル: queue_processors.py プロジェクト: BakerWang/zulip
 def start(self) -> None:
     # initialize_push_notifications doesn't strictly do anything
     # beyond printing some logging warnings if push notifications
     # are not available in the current configuration.
     initialize_push_notifications()
     super().start()