Jump to content

restart


Cybernavigator

Recommended Posts

boas, eu tenho um ficheiro python k liga ah net e fica a correr, excepto se der algum erro faz self.stop

eu fiz um .bat pra se algo falhar, comecar o file d novo. entao qd der um erro ele faz self.quit() ao python. o prob eh k isto tudo funca excepto com connection reset by peer. sabem-me dizer como crio uma regra pra fazer self.quit neste caso?

Melhores cumprimentos,João Lopes***Esta mensagem foi escrita ao abrigo do novo Acordo Ortográfico***

Link to comment
Share on other sites

Exactamente...

O ficheiro bat contém isto:

@echo off
set i3=0
title Fisherman's Friend
echo Fisherman's Friend
echo By Terry Donahugh, version 1.0.2
echo --------------------------------------
set /p ppython="Path to python (if different from C:\Python25): "
if "%ppython%" == "" set ppython="C:\Python25\"
set /p pfiles="Relative path to files (if not in same directory): "
if not "%pfiles%" == "" cd %pfiles%
set /p uname="Username? "
set /p pass="Password? "
:begin
set i=0
set i2=300
set /a i3=%i3%+1
title Fishing...
cls
"%ppython%\python.exe" ffriend.py %uname% %pass%
title Paused...
if %i3% GTR 5 goto end
echo --------------------------------------
echo Retrying in 5 minutes
:delay
set /a i=%i%+1
set /a i2=%i2%-1
title [%i2%] Paused
sleep 1
if %i% LSS 300 goto delay
goto begin
:end

O py é este h t t p : / / r a p i d s h a r e . c o m /files/64137118/fish.zip.html

Ps: n consegui anexar, peço desculpa...

Melhores cumprimentos,João Lopes***Esta mensagem foi escrita ao abrigo do novo Acordo Ortográfico***

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.