config.py 303 B

1234567
  1. # rename this file to config.py
  2. BOTLIST = ["open_basic_bot", 'status_changer', 'st_request_done', 'st_request_wontfix', 'st_request_assigned',
  3. 'st_request_new', 'st_request_in_process']
  4. JSERVER = "ej.sharix-app.org"
  5. PASSWORD = "12345"
  6. PORT = 5222
  7. API_URL = "https://testopen.sharix-app.org/"