Skip to content

Commit d7db129

Browse files
authored
fix “bad interpreter”
1 parent 66c89ab commit d7db129

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

piduck.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/bin/python3
2-
# import sys
1+
#!/usr/bin/env python
32
import argparse
43
from importlib import import_module
54
from time import sleep

0 commit comments

Comments
 (0)