mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-11-24 16:58:47 -05:00
Merge branch 'master' of https://github.com/n0mjs710/HBmonitor
This commit is contained in:
commit
86bd8eadba
@ -609,10 +609,10 @@ if __name__ == '__main__':
|
||||
logger.info('\n\nCopyright (c) 2016, 2017, 2018, 2019\n\tThe Regents of the K0USY Group. All rights reserved.\n')
|
||||
|
||||
# Download alias files
|
||||
result = try_download(PATH, 'peer_ids.csv', PEER_URL, (FILE_RELOAD * 86400))
|
||||
result = try_download(PATH, PEER_FILE, PEER_URL, (FILE_RELOAD * 86400))
|
||||
logging.info(result)
|
||||
|
||||
result = try_download(PATH, 'subscriber_ids.csv', SUBSCRIBER_URL, (FILE_RELOAD * 86400))
|
||||
result = try_download(PATH, SUBSCRIBER_FILE, SUBSCRIBER_URL, (FILE_RELOAD * 86400))
|
||||
logging.info(result)
|
||||
|
||||
# Make Alias Dictionaries
|
||||
|
Loading…
Reference in New Issue
Block a user