Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.pyc
*~

/Web/application/utils.py
/Web/secret_keys.py
/spaintvs/secrets.py
4 changes: 0 additions & 4 deletions configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@

if __name__ == "__main__":

secrets_pyFile = open(os.path.join(os.path.curdir, "spaintvs", "secrets.py"), "w")
secrets_pyFile.write("A3PLAYER_SECRET = ''\n")
secrets_pyFile.close()

os.chdir("Web")
sp.call(["python", os.path.join(os.path.curdir, "application", "generate_keys.py")])
secrets_keys_pyFile = open(os.path.join(os.path.curdir, "secret_keys.py") , "a")
Expand Down
2 changes: 0 additions & 2 deletions spaintvs/grupo_a3.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
import hmac
from cookielib import CookieJar

from secrets import A3PLAYER_SECRET

import Canal
import Descargar
import Utiles
Expand Down