small fixes

This commit is contained in:
Arnas Udovicius 2019-01-06 23:13:15 +02:00
parent ecb611f0c1
commit 774498ec48
2 changed files with 3 additions and 1 deletions

View file

@ -4,4 +4,4 @@ Task manager that stores in sqlite. Should be possible to work from console, sea
## Instalation
IDK, but nk412/pyfzf should be installed (and work)
sudo pip install --upgrade git+git://github.com/m42e/pyfzf.git

2
ztm.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python
import argparse
import sys