refactor: integrate dashboard into server.py :8899, remove standalone dashboard
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
"""Fix DB_PATH in self_todo_executor.py"""
|
||||
path = '/home/hmo/.hermes/profiles/position-analyst/scripts/self_todo_executor.py'
|
||||
content = open(path).read()
|
||||
content = content.replace('projects/MoFin/data', 'web-dashboard/data')
|
||||
open(path, 'w').write(content)
|
||||
print("DB_PATH fixed to web-dashboard/data/mofin.db")
|
||||
Reference in New Issue
Block a user