minor changes

This commit is contained in:
KorenLazar
2021-02-06 22:53:18 +02:00
parent 18f3fa32b9
commit 67bff9fa76
20 changed files with 44 additions and 46 deletions

12
chains/osher_ad.py Normal file
View File

@@ -0,0 +1,12 @@
from chains.cerberus_web_client import CerberusWebClient
from supermarket_chain import SupermarketChain
class OsherAd(CerberusWebClient, SupermarketChain):
_date_hour_format = '%Y-%m-%d %H:%M:%S'
_class_name = 'OsherAd'
@property
def username(self):
return self._class_name