diff options
Diffstat (limited to 'pynslcd')
-rw-r--r-- | pynslcd/cache.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pynslcd/cache.py b/pynslcd/cache.py index c3c0082..99b520d 100644 --- a/pynslcd/cache.py +++ b/pynslcd/cache.py @@ -181,7 +181,7 @@ def _get_connection(): filename, detect_types=sqlite3.PARSE_DECLTYPES, check_same_thread=False) connection.row_factory = sqlite3.Row - # initialise connection properties + # initialise connection properties connection.executescript(''' -- store temporary tables in memory PRAGMA temp_store = MEMORY; |