Skip to content

Commit

Permalink
Simplify usage for Linux users.
Browse files Browse the repository at this point in the history
This allows calling the lighthouse manager like
    ./lighthouse-v2-manager.py [args]
instead of
    python3 ./lighthouse-v2-manager.py [args]
  • Loading branch information
flyser authored Aug 20, 2020
1 parent 62e247d commit a3cba6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lighthouse-v2-manager.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python3

import asyncio
import sys
import re
Expand Down

0 comments on commit a3cba6e

Please sign in to comment.