Indent correction

This commit is contained in:
Anon 2022-11-12 00:20:46 -08:00
parent e59e623dc2
commit 76e507cf67

View File

@ -345,7 +345,7 @@ class YandereBot:
while self.can_post():
picked = self.post()
self.print_header_stats(picked)
if self.can_post():
if self.can_post():
self.eventSleep.wait(sleep_seconds)
# Custom Exceptions for YandereBot