Merge "Update the shebang to python3"

This commit is contained in:
Zuul
2024-03-08 15:01:24 +00:00
committed by Gerrit Code Review

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import json
import sys
params = json.loads(sys.stdin.read())