screenshots.ini 351 B

123456789101112131415161718192021222324
  1. [DEFAULT]
  2. base_url = http://localhost:11337/
  3. dir = .
  4. width = 900
  5. height = 480
  6. post_script_sleep = 0.5
  7. [logs-list]
  8. url = .
  9. name = logsList
  10. script = setup_logs_list.py
  11. height = 460
  12. [logs-calendar]
  13. url = .
  14. name = logsCalendar
  15. script = setup_logs_calendar.py
  16. height = 640
  17. [logs-queue]
  18. url = .
  19. name = logsQueue
  20. script = setup_logs_queue.py
  21. height = 520