Skip to content

Commit

Permalink
Merge branch 'mayenjoy-master'
Browse files Browse the repository at this point in the history
well, seems this script wont work on windows
  • Loading branch information
csrgxtu committed Apr 10, 2015
2 parents 30224de + 747b881 commit 45e9304
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ def run(self):

for p in processes:
p.join()

m = main('../data/ips.txt', '../data/ipsok.txt')
m.run()

if __name__ == '__main__':
m = main('../data/ips.txt', '../data/ipsok.txt')
m.run()

0 comments on commit 45e9304

Please sign in to comment.