Import os module for SQlite

This commit is contained in:
speedst3r 2019-05-19 15:14:23 +08:00
parent f1239ded3d
commit 7e40ba63ff

View File

@ -1,5 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
import os
import logging import logging
# sqlite3 is optional. # sqlite3 is optional.