This commit is contained in:
Megan O'Keefe 2020-02-15 19:59:39 -05:00
parent 54bcba0279
commit a1165b0574

View file

@ -94,7 +94,7 @@ if __name__ == "__main__":
if profiler != "True":
raise KeyError()
else:
logger.inf("Profiler enabled.")
logger.info("Profiler enabled.")
initStackdriverProfiling()
except KeyError:
logger.info("Profiler disabled.")