gsd 2 years ago
parent
commit
5d41bea703
  1. 1
      paybot.facti13.py

1
paybot.facti13.py

@ -40,6 +40,7 @@ class Client:
self.backend = BackendClient()
self.qiwi_dp = QiwiDispatcher()
self.wallet = QiwiWallet(api_access_token=os.getenv("QIWI_APIKEY"), phone_number=os.getenv("QIWI_PHONENUMBER"))
self.build_handler()
def run(self):
executor.start_polling(self.wallet, self.qiwi_dp, on_startup=self.on_startup)

Loading…
Cancel
Save