Update changes
Dieser Commit ist enthalten in:
5
main.py
5
main.py
@ -216,9 +216,12 @@ class SkillMateStarter:
|
||||
if admin_dir.exists():
|
||||
print(f" - Admin: http://localhost:{self.admin_port}")
|
||||
|
||||
# Öffne Frontend im Browser
|
||||
# Öffne Frontend und Admin Panel im Browser
|
||||
time.sleep(3)
|
||||
webbrowser.open(f"http://localhost:{self.frontend_port}")
|
||||
if (self.base_dir / "admin-panel").exists():
|
||||
time.sleep(1)
|
||||
webbrowser.open(f"http://localhost:{self.admin_port}")
|
||||
|
||||
print("\n⚡ Schließen Sie dieses Fenster, um SkillMate zu beenden")
|
||||
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren