summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar Max <max@spiritix.eu> 2013-07-22 23:26:20 +0200
committerGravatar Max <max@spiritix.eu> 2013-07-22 23:26:20 +0200
commit1cbdd77c2b17c813163aabf0ef7b8bcae7996dc8 (patch)
tree1e8e232c5cb1dc26979dd1744938c531154f1372 /module/plugins/accounts
parentfastix integration 2nd (diff)
downloadpyload-1cbdd77c2b17c813163aabf0ef7b8bcae7996dc8.tar.xz
fastix integration
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/Fastix.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/plugins/accounts/Fastix.py b/module/plugins/accounts/Fastix.py
index c52961843..862815a84 100644
--- a/module/plugins/accounts/Fastix.py
+++ b/module/plugins/accounts/Fastix.py
@@ -28,9 +28,6 @@ class Fastix(Account):
api = json_loads(page)
api = api['apikey']
data["api"] = api
- out_file = open("fastix_api.txt","w")
- out_file.write(api)
- out_file.close()
if "error_code" in page:
self.wrongPassword()
\ No newline at end of file