Update main.py

This commit is contained in:
Xtao_dada 2021-07-02 13:42:26 +08:00 committed by GitHub
parent 42fd6fcdd9
commit c0d5ab4df7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,6 @@ if __name__ == "__main__":
rss_path = "data/rss.yaml"
fr = fr2t.FR2T(config_path, rss_path)
while:
while True:
fr.run()
sleep(600)