Skip to content

Commit 25f8b8c

Browse files
committed
fix: uncomment the scripts in start.py
1 parent 3d4a0f9 commit 25f8b8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bin/start.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ def main():
1414
print('done.')
1515

1616
print('Start queue manager...')
17-
# Popen(['monitoring_queue_manager'])
17+
Popen(['monitoring_queue_manager'])
1818
print('done.')
1919

2020
print('Start notification manager...')
21-
# Popen(['notification_manager'])
21+
Popen(['notification_manager'])
2222
print('done.')
2323

2424
print('Start website...')
25-
# Popen(['start_website'])
25+
Popen(['start_website'])
2626
print('done.')
2727

2828

0 commit comments

Comments
 (0)