PEP fixes

This commit is contained in:
Oliver Walters 2021-04-25 11:30:17 +10:00
parent d9d6a2392d
commit e13850515d
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -47,6 +47,7 @@ config.yaml
# Default data file
data.json
*.json.tmp
# Key file
secret_key.txt

View File

@ -1,5 +1,6 @@
import sys
def canAppAccessDatabase():
"""
Returns True if the apps.py file can access database records.