Skip to content

Commit db53446

Browse files
authored
Change shebang to use env for Python
As a general good practice, it's worth using an env shebang. What's more, it was already brought up in #2.
1 parent 0a62d96 commit db53446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perplexity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python3
1+
#!/usr/bin/env python3
22
import logging
33
import argparse
44
import os

0 commit comments

Comments
 (0)