Skip to content

Commit

Permalink
Fix /usr/bin/env path
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Felsing committed Dec 9, 2019
1 parent cf63f02 commit dc7d595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tw_api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env python3
#!/usr/bin/env python3
# coding: utf-8
from socket import socket, AF_INET, SOCK_DGRAM
import sys
Expand Down

0 comments on commit dc7d595

Please sign in to comment.