Merge pull request #132 from peeweep/sniff-env

sniff: /usr/bin/python3 -> /usr/bin/env python3
This commit is contained in:
lyf0601 2025-03-20 14:44:04 +08:00 committed by GitHub
commit ba496f1c22
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function, unicode_literals