mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-12-16 09:06:23 +00:00
Update flask_server.py
This commit is contained in:
@@ -1718,7 +1718,6 @@ def get_detailed_gpu_info(gpu):
|
|||||||
print(f"[v0] Error getting Intel GPU details: {e}")
|
print(f"[v0] Error getting Intel GPU details: {e}")
|
||||||
import traceback
|
import traceback
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
# </CHANGE>
|
|
||||||
|
|
||||||
# AMD GPU - use radeontop
|
# AMD GPU - use radeontop
|
||||||
elif vendor == 'AMD':
|
elif vendor == 'AMD':
|
||||||
@@ -2601,4 +2600,3 @@ if __name__ == '__main__':
|
|||||||
print("API endpoints available at: /api/system, /api/storage, /api/network, /api/vms, /api/logs, /api/health, /api/hardware")
|
print("API endpoints available at: /api/system, /api/storage, /api/network, /api/vms, /api/logs, /api/health, /api/hardware")
|
||||||
|
|
||||||
app.run(host='0.0.0.0', port=8008, debug=False)
|
app.run(host='0.0.0.0', port=8008, debug=False)
|
||||||
8, debug=False)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user