fix db error on second login

This commit is contained in:
2021-06-22 17:35:27 +02:00
parent b09b072261
commit 5d259635a2
4 changed files with 49 additions and 1 deletions

View File

@ -6,3 +6,9 @@
language: system
files: ^.*\.py$
exclude: ^(migrations).*$
- id: unittest
name: unittest
entry: python -m unittest discover ki
language: system
exclude: .*
always_run: true