Skip to content

Commit

Permalink
🩹 修复 f-string 内部使用 \
Browse files Browse the repository at this point in the history
  • Loading branch information
Cp0204 committed Jun 29, 2024
1 parent 446000d commit f066d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telecom_monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def auto_login():
💰 余额:{round(summary['balance']/100,2)}
📞 通话:{summary['voiceUsage']}{f" / {summary['voiceTotal']}" if summary['voiceTotal']>0 else ""} min
🌐 总流量
- 通用:{common_str}{f"\n - 专用:{special_str}" if special_str else ""}
- 通用:{common_str}{f"{chr(10)} - 专用:{special_str}" if special_str else ""}
【流量包明细】
Expand Down

0 comments on commit f066d2f

Please sign in to comment.