1
0
Fork 0

Release 2021.03.01

This commit is contained in:
pukkandan 2021-03-01 05:39:50 +05:30
commit 5ef7d9bdd8
No known key found for this signature in database
GPG key ID: 0F00D95A001F4698
9 changed files with 36 additions and 10 deletions

View file

@ -29,7 +29,7 @@ class NiconicoDmcFD(FileDownloader):
heartbeat_url = heartbeat_info_dict['url']
heartbeat_data = heartbeat_info_dict['data']
heartbeat_interval = heartbeat_info_dict.get('interval', 30)
self.to_screen('[%s] Heartbeat with %s second interval...' % (self.FD_NAME, heartbeat_interval))
self.to_screen('[%s] Heartbeat with %s second interval ...' % (self.FD_NAME, heartbeat_interval))
def heartbeat():
try: