new macro DEBUG

This commit is contained in:
ColsonZhang 2021-04-01 13:28:28 +08:00
parent 1e1687bde3
commit 4e610458b6

View File

@ -90,8 +90,8 @@ class SimulationInfoRequest_Handler(AuthBaseHandler):
username = self.get_current_user()
sim_type = self.get_argument('sim_type')
print(sim_type)
if DEBUG:
print(sim_type)
sim_info = Container_SimResult.simulation_info_request(sim_type)