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
commit 14dfe905bd
1 changed files with 1 additions and 1 deletions

View File

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