Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
redpintings committed Jan 15, 2025
1 parent 7467199 commit 52ad9fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backflow_core/downloadMiddleware.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import random
from loguru import logger
import settings
from . import settings
from Backflows.middleware import DownloadMiddleware


Expand Down
2 changes: 1 addition & 1 deletion backflow_core/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import json
import pymongo
import asyncio
from settings import MONGO_URI, MONGO_DATABASE, DATA_FILE_PATH
from .settings import MONGO_URI, MONGO_DATABASE, DATA_FILE_PATH


class Pipeline:
Expand Down

0 comments on commit 52ad9fc

Please sign in to comment.