🔨🐛 修复SyntaxError: f-string
This commit is contained in:
parent
9f5c402436
commit
20c5921bf0
@ -146,4 +146,4 @@ async def main():
|
||||
|
||||
if __name__ == '__main__':
|
||||
asyncio.run(main())
|
||||
send_notification_message_collection(f"好游快爆活动奖励领取通知 - {datetime.now().strftime("%Y/%m/%d")}")
|
||||
send_notification_message_collection("好游快爆活动奖励领取通知 - {}".format(datetime.now().strftime("%Y/%m/%d")))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user