diff options
Diffstat (limited to 'module/plugins/accounts/Fastix.py')
-rw-r--r-- | module/plugins/accounts/Fastix.py | 3 |
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 |