fix sheebang (Issue#2)

This commit is contained in:
2021-06-04 18:38:40 +02:00
parent 6834469b62
commit a5cde65967

View File

@@ -1,9 +1,9 @@
#!/bin/python3 #!/usr/bin/env python3
######################### #########################
# #
# timeTrack.py # timeTrack.py
# by 4nima # by 4nima
# v.2.0.1 # v.2.0.2
# #
######################### #########################
# simple time tracking with database # simple time tracking with database