fix sheebang (Issue#2)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#!/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
#########################
|
||||
#
|
||||
# timeTrack.py
|
||||
# by 4nima
|
||||
# v.2.0.1
|
||||
# v.2.0.2
|
||||
#
|
||||
#########################
|
||||
# simple time tracking with database
|
||||
|
||||
Reference in New Issue
Block a user