Fix for !lc; invalid parameters (site, PF) nolonger trigger [ERROR]'s

Remove more debugging Stuff
Fix for penalty timers
This commit is contained in:
2021-12-16 17:41:41 +01:00
parent 53eadc12aa
commit 6aec10fb56
7 changed files with 41 additions and 16 deletions
@@ -164,8 +164,6 @@ class OrgController:
<td align="left" class="dim">RK5</td>
</tr>""", result.text)
for match in matches:
if int(match[2]) < 6:
continue
data.append((int(match[0]), match[1], int(match[2]), match[4], start))
count += 1
self.logger.info(f"Batch {letter} done!")