Commit 6bcd998907b28c93e5e6df139caf76949e294a43
1 parent
4f2ab1cd
Exists in
master
Documentação das classes
Showing
3 changed files
with
2 additions
and
2 deletions
Show diff stats
wscbot/__main__.py
@@ -106,6 +106,6 @@ try: | @@ -106,6 +106,6 @@ try: | ||
106 | except (KeyboardInterrupt, SystemExit): | 106 | except (KeyboardInterrupt, SystemExit): |
107 | raise | 107 | raise |
108 | except lockfile.LockTimeout: | 108 | except lockfile.LockTimeout: |
109 | - print "\nErro: Já existe uma instância desse modulo em execução\n" | 109 | + print("\nErro: Já existe uma instância desse modulo em execução\n") |
110 | except runner.DaemonRunnerStopFailureError: | 110 | except runner.DaemonRunnerStopFailureError: |
111 | - print "\nErro: Não existe nenhuma instância desse módulo em execução\n" | 111 | + print("\nErro: Não existe nenhuma instância desse módulo em execução\n") |
4.41 KB
31.6 KB