mirror of
https://github.com/gutosie/neoboot.git
synced 2025-12-27 02:30:04 +01:00
Update i_neo.py
This commit is contained in:
@@ -122,6 +122,7 @@ FEED_URLS = [
|
||||
("OpenBH", "https://images.openbh.net/json/%s", "getMachineMake"),
|
||||
("OpenPLi", "http://downloads.openpli.org/json/%s", "HardwareInfo"),
|
||||
("OpenSPA", "https://openspa.webhop.info/online/json.php?box=%s", "getMachineMake"),
|
||||
("OpenDroid", "https://opendroid.org/json.php?box=%s", "getMachineMake"),
|
||||
("OpenEight", "http://openeight.de/json/%s", "getMachineMake"),
|
||||
]
|
||||
|
||||
@@ -1382,4 +1383,4 @@ class HardwareInfo:
|
||||
def has_hdmi(self):
|
||||
return hw_info.device_hdmi
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user