mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-30 09:47:17 +00:00
Fix: reset alarm timeout
This commit is contained in:
parent
0372a78704
commit
1be91b88bf
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue