add epoch to exclude list

This commit is contained in:
Ben Harris 2020-12-11 05:07:14 +00:00
parent 39265c8044
commit 62b1a4d29a
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ $json = json_decode(file_get_contents('php://input'), true);
$excluded_djs = [
"alrs",
"dctrud",
"epoch",
"vivi"
];