Merge pull request #319 from xme/master

fix: [Onion] Timeout error in Onion.py
This commit is contained in:
Thirion Aurélien 2019-01-31 11:06:07 +01:00 committed by GitHub
commit a26b85ad5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -170,6 +170,8 @@ if __name__ == "__main__":
print ("{0} processing timeout".format(PST.p_path)) print ("{0} processing timeout".format(PST.p_path))
continue continue
signal.alarm(0)
''' '''
for x in PST.get_regex(i2p_regex): for x in PST.get_regex(i2p_regex):
# Extracting url with regex # Extracting url with regex