Skip to content

Commit

Permalink
there is an extra space at begging in first line
Browse files Browse the repository at this point in the history
  • Loading branch information
redshoee committed May 26, 2017
1 parent fe48cd3 commit 1d73f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wpseku.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python
# -*- coding:utf-8 -*-
# WPSeku - Wordpress Security Scanner
# Coded by Momo Outaadi (M4ll0k) (C) 2017
Expand Down Expand Up @@ -182,4 +182,4 @@ def Main(self):
main = WPSeku(sys.argv[1:])
main.Main()
except KeyboardInterrupt:
sys.exit("KeyboardInterrupt!!")
sys.exit("KeyboardInterrupt!!")

0 comments on commit 1d73f36

Please sign in to comment.