This commit is contained in:
Aevann1 2021-11-24 00:54:48 +02:00
parent 5b1169fcdc
commit b2eb5712e0
2 changed files with 147 additions and 147 deletions

View file

@ -7,7 +7,7 @@ from sqlalchemy import func
from os import path
import calendar
import matplotlib.pyplot as plt
from files.classes.mod_logs import ACTIONTYPES2
from files.classes.mod_logs import ACTIONTYPES, ACTIONTYPES2
site = environ.get("DOMAIN").strip()
site_name = environ.get("SITE_NAME").strip()