mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
temp disable sub
This commit is contained in:
parent
9c199ab81a
commit
a379c11542
@ -6,6 +6,8 @@ YouTube Download Bot🚀
|
||||
|
||||
Download videos from YouTube and other platforms through a Telegram Bot
|
||||
|
||||
**subscription was disaabled for now!**
|
||||
|
||||
-----
|
||||
|
||||
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
|
||||
|
@ -358,8 +358,8 @@ if __name__ == '__main__':
|
||||
scheduler.add_job(Redis().reset_today, 'cron', hour=0, minute=0)
|
||||
scheduler.add_job(auto_restart, 'interval', seconds=5)
|
||||
scheduler.add_job(InfluxDB().collect_data, 'interval', seconds=60)
|
||||
# default quota allocation of 10,000 units per day,
|
||||
scheduler.add_job(periodic_sub_check, 'interval', seconds=60 * 30)
|
||||
# default quota allocation of 10,000 units per day, TODO disabled it for now!
|
||||
# scheduler.add_job(periodic_sub_check, 'interval', seconds=60 * 30)
|
||||
scheduler.start()
|
||||
banner = f"""
|
||||
▌ ▌ ▀▛▘ ▌ ▛▀▖ ▜ ▌
|
||||
|
Loading…
Reference in New Issue
Block a user