Update recommendation_server.py

This commit is contained in:
Kalyana Chadalavada 2019-03-06 20:18:42 -08:00 committed by GitHub
parent dbe55ed253
commit 0e827b380b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -66,7 +66,7 @@ if __name__ == "__main__":
# Start the Stackdriver Profiler Python agent
try:
googlecloudprofiler.start(service='recommendation_server', service_version='1.0.1', verbose=0)
googlecloudprofiler.start(service='recommendation_server', service_version='1.0.0', verbose=0)
except (ValueError, NotImplementedError) as exc:
logger.info("Unable to start Stackdriver Profiler Python agent in recommendation_server.py.\n" +
str(exc))