Files
redmine_tracker/api/constants.py

5 lines
96 B
Python

"""Константы API-клиентов."""
REQUEST_TIMEOUT = 30
REDMINE_ISSUES_LIMIT = 100