diff --git a/pocsuite/api/x.py b/pocsuite/api/x.py index 388fe88..c3961cb 100755 --- a/pocsuite/api/x.py +++ b/pocsuite/api/x.py @@ -137,4 +137,4 @@ def write_conf(self): self.parser.set("Telnet404", "Password", password) self.username = username self.password = password - self.parser.write(open(self.confPath, "w")) \ No newline at end of file + self.parser.write(open(self.confPath, "w"))