File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,6 +59,9 @@ A list of valid actions is provided by `DatabaseActionEnum` in the
5959` database ` module: ` ERROR ` , ` SKIP ` , and ` SUCCESS ` .
6060
6161## Changelog
62+ ### v0.2.2-beta
63+ * Fix scheduling bug
64+
6265### v0.2.1-beta
6366* Remove ricemedia.co from list of supported sites (incompatibility)
6467* Fix start script to run immediately
Original file line number Diff line number Diff line change 1111RUN_EVERY = 2
1212
1313BOT = {
14- "VERSION" : "0.2.1 -beta" ,
14+ "VERSION" : "0.2.2 -beta" ,
1515 "REPO_LINK" : "https://github.com/fterh/sneakpeek" ,
1616 "CONTRIBUTE_LINK" : "https://github.com/fterh/sneakpeek"
1717}
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ def start():
2727
2828
2929if __name__ == "__main__" :
30+ start ()
3031 while True :
31- start ()
3232 schedule .run_pending ()
3333 print ("Sleeping" )
3434 time .sleep (1 )
You can’t perform that action at this time.
0 commit comments