diff --git a/ircrobots/server.py b/ircrobots/server.py index 3fb4cde..478fd70 100644 --- a/ircrobots/server.py +++ b/ircrobots/server.py @@ -213,10 +213,10 @@ class Server(IServer): else: ping_sent = True await self.send(build("PING", ["hello"])) - continue + continue - self.last_read = monotonic() - ping_sent = False + self.last_read = monotonic() + ping_sent = False try: lines = self.recv(data)