Skip to content

Commit

Permalink
Update bj2feeder.py
Browse files Browse the repository at this point in the history
Added info cause required parameters aren't changed.
Adicionado informação caso os parâmetros requeridos não foram modificados.
  • Loading branch information
pulgalipe committed Jun 20, 2014
1 parent ccda9ef commit f041b95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bj2feeder.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#Verifica se algum release definido satisfaz algum download
if (PASS == "Sua_Passkey_do_BJ2" or UID == "Sua_UID_do_BJ2" or RELEASES == "Release1|Release2|Release3"):
print( 'Modifique as informações antes de utilizar o script.' )
print( 'Toda informação está aqui: https://github.com/pulgalipe/bj2feeder\nBye!' )
else:
print('Procurando por torrents para baixar...\n')
#Define a URL do Tracker que sera acessado pelo feedparser
Expand Down

0 comments on commit f041b95

Please sign in to comment.