根据PR意见进行修改 使用autopep8调整格式
This commit is contained in:
3
main.py
3
main.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user