1234567891011121314 |
- # rename this file to config.py
- BOTLIST = [
- 'open_basic_bot',
- 'status_changer',
- 'st_request_done',
- 'st_request_wontfix',
- 'st_request_assigned',
- 'st_request_new',
- 'st_request_in_process'
- ]
- JSERVER = "ej.sharix-app.org"
- PASSWORD = "12345"
- PORT = 5222
- API_URL = "https://testopen.sharix-app.org/"
|