You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Celery works fine sometimes but if stoped and relaunched will not see the custom module imports no matter what you use . or .. or even app still not going to work
from app import config, db, crud, schema, models, details_scraper
from .import get_session, get_cluster
from crud import create_asin, create_product
from .models import StoreAsin, ProductData
from .details_scraper import AmazonScraper
from .schema import ProductSchema
The text was updated successfully, but these errors were encountered:
Celery works fine sometimes but if stoped and relaunched will not see the custom module imports no matter what you use . or .. or even app still not going to work
from app import config, db, crud, schema, models, details_scraper
from .import get_session, get_cluster
from crud import create_asin, create_product
from .models import StoreAsin, ProductData
from .details_scraper import AmazonScraper
from .schema import ProductSchema
The text was updated successfully, but these errors were encountered: