bazarr/libs/pyga/__init__.py

9 lines
213 B
Python
Raw Normal View History

2018-10-31 16:08:29 +00:00
from pyga.requests import Q
def shutdown():
'''
Fire all stored GIF requests One by One.
You should call this if you set Config.queue_requests = True
'''
map(lambda func: func(), Q.REQ_ARRAY)