Fixed issue in autocomplete users feature. closes #367

This commit is contained in:
2021-02-04 12:30:20 -06:00
parent cba7c39a0e
commit 9cb6eafbbc
8 changed files with 13 additions and 28 deletions

View File

@@ -1,6 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from builtins import object
import os, sqlite3, paths
class storage(object):