Update main.py
1
This commit is contained in:
4
main.py
4
main.py
@@ -4087,8 +4087,8 @@ def process_emails():
|
|||||||
fxs.write(str(e)+'\n')
|
fxs.write(str(e)+'\n')
|
||||||
return str(e)
|
return str(e)
|
||||||
|
|
||||||
process_emails()
|
#process_emails()
|
||||||
input('>>>>')
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
while True:
|
while True:
|
||||||
p = Process(target=process_emails)
|
p = Process(target=process_emails)
|
||||||
|
|||||||
Reference in New Issue
Block a user