Skip to content

Commit

Permalink
flake8 adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
hysia committed Mar 21, 2017
1 parent 9e6c862 commit 40876f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pocsuite/api/x.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
self.parser.write(open(self.confPath, "w"))

0 comments on commit 40876f6

Please sign in to comment.