Skip to content

Commit

Permalink
Mudando print de inatividade
Browse files Browse the repository at this point in the history
  • Loading branch information
AdielSM authored Jan 5, 2024
1 parent 185c584 commit 6dc2ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ def run(self) -> None:
sys.exit(0)

except OSError:
print("Você foi desconectado do servidor. Servidor está offline ou você ficou inativo por 90 segundos.")
print("Você foi desconectado do servidor. Servidor está offline ou você ficou inativo por 150 segundos.")
self.__sock.close()
sys.exit(0)

Expand Down

0 comments on commit 6dc2ae0

Please sign in to comment.