refactor fix after profiler patch

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-07-16 15:09:51 -07:00
parent 9486bc24fd
commit e4664c22ea
5 changed files with 8 additions and 9 deletions

View file

@ -42,7 +42,7 @@ if __name__ == "__main__":
try:
googleclouddebugger.enable(
module='recommendationserver',
version='[VERSION]'
version='1.0.0'
)
except:
pass
@ -70,4 +70,4 @@ if __name__ == "__main__":
while True:
time.sleep(10000)
except KeyboardInterrupt:
server.stop(0)
server.stop(0)