Files
Adguard-Leaderboard/dashboard.wsgi
T
2026-06-04 20:15:12 -05:00

4 lines
97 B
Python

import sys
sys.path.insert(0, '/opt/adguard-dashboard')
from dashboard import app as application