Change bb to project_info.name
This commit is contained in:
@@ -8,7 +8,7 @@ import json
|
||||
import pytz
|
||||
import requests
|
||||
import time
|
||||
|
||||
import project_info
|
||||
|
||||
url_path = 'http://10.101.15.16:9000/loong' # 内网
|
||||
# url_path = 'http://183.64.62.100:9057/loong' # 外网
|
||||
@@ -848,7 +848,7 @@ if __name__ == '__main__':
|
||||
# run_simulation("beibeizone","2024-04-01T08:00:00Z")
|
||||
# read_inp('bb_server', 'model20_en.inp')
|
||||
run_simulation_ex(
|
||||
name='bb', simulation_type='extended', start_datetime='2024-11-09T02:30:00Z',
|
||||
name=project_info.name, simulation_type='extended', start_datetime='2024-11-09T02:30:00Z',
|
||||
# end_datetime='2024-05-30T16:00:00Z',
|
||||
# duration=0,
|
||||
# pump_control={'PU00006': [45, 40]}
|
||||
|
||||
Reference in New Issue
Block a user