mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-30 03:39:42 +02:00
Update to v8.7.0
This commit is contained in:
@@ -20,11 +20,13 @@ import public, json
|
||||
|
||||
try:
|
||||
from projectModelV2.pythonModel import main as pythonMod
|
||||
from projectModelV2.goModel import main as goMod
|
||||
from projectModelV2.nodejsModel import main as nodejsMod
|
||||
|
||||
mods = {
|
||||
"python": pythonMod(),
|
||||
"node": nodejsMod(),
|
||||
"go": goMod(),
|
||||
}
|
||||
except Exception as e:
|
||||
print(str(e))
|
||||
|
||||
Reference in New Issue
Block a user