Jonas L 4019367abc
feat(playout): rewrite stats collector (#2028)
- Replace defusedxml with lxml
2022-08-09 21:14:19 +02:00

7 lines
170 B
Python

from pathlib import Path
fixture_path = Path(__file__).parent
icecast_stats = fixture_path / "icecast_stats.xml"
shoutcast_admin = fixture_path / "shoutcast_admin.xml"