Fixed DB path

This commit is contained in:
Joan Cano
2023-03-06 17:16:58 +01:00
parent 8e5ab0ef81
commit e6ef4365dd

View File

@@ -6,7 +6,7 @@ affiliate_tag = os.environ['affiliate_tag']
HEADERS = ({'User-Agent':
'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/44.0.2403.157 Safari/537.36',
'Accept-Language': 'en-US, en;q=0.5'})
DB = '/data/amazon.db'
DB = '/app/data/amazon.db'
if baseURL.startswith("https://www."):
searchURL = baseURL[12:]