Revize e80a2c00
Přidáno uživatelem Jan Pašek před asi 4 roky(ů)
src/controllers/certificates_controller.py | ||
---|---|---|
59 | 59 |
SQLite3 thread issue hack. |
60 | 60 |
:return: |
61 | 61 |
""" |
62 |
_ = Connection(DATABASE_FILE_LOCATION.shortest_relative_path())
|
|
62 |
_ = Connection("db/database_sqlite.db")
|
|
63 | 63 |
CERTIFICATE_SERVICE.certificate_repository.connection = _ |
64 | 64 |
CERTIFICATE_SERVICE.certificate_repository.cursor = _.cursor() |
65 | 65 |
KEY_SERVICE.private_key_repository.connection = _ |
Také k dispozici: Unified diff
Re #8475 fix failing setup of CertificateController