Files
supermarket-scraping/chains/stop_market.py
2021-02-07 10:46:54 +02:00

10 lines
272 B
Python

from chains.cerberus_web_client import CerberusWebClient
from supermarket_chain import SupermarketChain
class StopMarket(CerberusWebClient, SupermarketChain):
_date_hour_format = '%Y-%m-%d %H:%M:%S'
@property
def username(self):
return 'Stop_Market'