Your Name 3 years ago
parent
commit
4336b16af3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hhh/main.py

+ 1 - 1
hhh/main.py

@@ -3,7 +3,7 @@ import sys
 import os
 import dataset
 import requests
-db = dataset.connect('sqlite:///tmp/hhh.db')
+db = dataset.connect('sqlite:////tmp/hhh.db')
 
 app = FastAPI()