根据PR意见进行修改 使用autopep8调整格式

This commit is contained in:
TechShrimp
2023-10-02 16:18:56 +08:00
parent 37414d3c35
commit 2cf42b8b53
2 changed files with 15 additions and 11 deletions

View File

@@ -6,7 +6,7 @@ import signal
from wcferry import Wcf
from configuration import Config
from report_reminder import ReportReminder
from func_report_reminder import ReportReminder
from robot import Robot
@@ -24,6 +24,7 @@ def weather_report(robot: Robot) -> None:
robot.sendTextMsg(report, r)
# robot.sendTextMsg(report, r, "nofity@all") # 发送消息并@所有人
def main():
config = Config()
wcf = Wcf(debug=True)