From 1cbdd77c2b17c813163aabf0ef7b8bcae7996dc8 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 22 Jul 2013 23:26:20 +0200 Subject: fastix integration --- module/plugins/accounts/Fastix.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'module/plugins/accounts/Fastix.py') 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 -- cgit v1.2.3