3040.py 265 B

123456789101112
  1. from db0mb3r.services.service import Service
  2. class Taxi3040(Service):
  3. phone_codes = [380]
  4. async def run(self):
  5. await self.post(
  6. "https://3040.com.ua/taxi-ordering",
  7. data={"callback-phone": self.formatted_phone},
  8. )