KyatOuKyaw

Untitled

Sep 18th, 2024
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | Software | 0 0
  1.     application.run_webhook(
  2.             listen='VPS PUBLIC IP',
  3.             port=5000,
  4.             url_path=1,
  5.             secret_token='SECRET',
  6.             webhook_url='https://<MY_DOMAIN>/1',
  7.     )
  8.  
Advertisement
Add Comment
Please, Sign In to add comment