taxiritm.py 299 B

123456789101112
  1. from db0mb3r.services.service import Service
  2. class TaxiRitm(Service):
  3. phone_codes = [7]
  4. async def run(self):
  5. await self.post(
  6. "https://taxi-ritm.ru/ajax/ppp/ppp_back_call.php?URL=/",
  7. data={"RECALL": "Y", "BACK_CALL_PHONE": self.formatted_phone},
  8. )