Skip to content

Commit

Permalink
change: 一旦通知サービスを無効化
Browse files Browse the repository at this point in the history
  • Loading branch information
Dosugamea committed Jan 7, 2021
1 parent 117fae9 commit f07cb55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def registerIllust(params):
# 変換完了を記録
processor.registerIllustInfoCompleted(illust_id)
# 通知を送る
processor.sendIllustInfoNotify(illust_id)
# processor.sendIllustInfoNotify(illust_id)
# PYONを付与
processor.givePyonToUser()
except UploadProcessorError:
Expand Down

0 comments on commit f07cb55

Please sign in to comment.