Skip to content

Commit

Permalink
modified shebang line to use the absolute interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
mikiyas-girma committed Aug 15, 2024
1 parent e923ab7 commit 359a1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 0x03-log_parsing/0-stats.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/python3
import sys

status_codes_dict = {'200': 0, '301': 0, '400': 0, '401': 0, '403': 0,
Expand Down

0 comments on commit 359a1d6

Please sign in to comment.