prepare code for gspread usage

This commit is contained in:
2021-06-08 21:06:15 +02:00
parent dc1ba0d7ef
commit bf74ec49bc
4 changed files with 10 additions and 6 deletions

View File

@@ -3,6 +3,7 @@ init:
install:
cp jeevesbot/env.py.dist jeevesbot/env.py
cp jeevesbot/secret.json.dist jeevesbot/secret.json
clearlog:
rm jeeves.log
@@ -10,6 +11,7 @@ clearlog:
clean:
rm jeeves.log
rm jeevesbot/env.py
rm jeevesbot/secret.json
rm -rf jeevesbot/__pycache/
rm -rf __pycache/