zulip bridge: Use python instead of python3 in script.
This script moved from the bots package to the API package, and does not explicitly require python3.
This commit is contained in:
parent
617e16cebb
commit
71b405e95d
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue