Fix for !lc; invalid parameters (site, PF) nolonger trigger [ERROR]'s
Remove more debugging Stuff Fix for penalty timers
This commit is contained in:
@@ -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!")
|
||||
|
||||
Reference in New Issue
Block a user