Skip to content

Commit

Permalink
use #!/usr/bin/python3
Browse files Browse the repository at this point in the history
instead of using python3 only.
  • Loading branch information
BJNFNE committed Aug 6, 2024
1 parent 490f62a commit 01e5586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MediaStation/Engine.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! python3
#!/usr/bin/python3

# This program extracts asets from Media Station titles. Refer to the readme
# for information on tested titles and known issues.
Expand Down

0 comments on commit 01e5586

Please sign in to comment.