mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-05-31 05:32:25 -04:00
Update monitor.py
This commit is contained in:
parent
f3ccb5781e
commit
f70ea2dfe4
@ -123,7 +123,6 @@ def get_template(_file):
|
|||||||
with open(_file, 'r') as html:
|
with open(_file, 'r') as html:
|
||||||
return html.read()
|
return html.read()
|
||||||
|
|
||||||
|
|
||||||
# LONG VERSION - MAKES A FULL DICTIONARY OF INFORMATION BASED ON TYPE OF ALIAS FILE
|
# LONG VERSION - MAKES A FULL DICTIONARY OF INFORMATION BASED ON TYPE OF ALIAS FILE
|
||||||
# BASED ON DOWNLOADS FROM RADIOID.NET
|
# BASED ON DOWNLOADS FROM RADIOID.NET
|
||||||
# moved from dmr_utils3
|
# moved from dmr_utils3
|
||||||
@ -188,7 +187,7 @@ def mk_full_id_dict(_path, _file, _type):
|
|||||||
return _dict
|
return _dict
|
||||||
|
|
||||||
# THESE ARE THE SAME THING FOR LEGACY PURPOSES
|
# THESE ARE THE SAME THING FOR LEGACY PURPOSES
|
||||||
#moved from dmr_urils3
|
# moved from dmr_urils3
|
||||||
def get_alias(_id, _dict, *args):
|
def get_alias(_id, _dict, *args):
|
||||||
if type(_id) == bytes:
|
if type(_id) == bytes:
|
||||||
_id = int_id(_id)
|
_id = int_id(_id)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user