Movie-Script-Database
Movie-Script-Database copied to clipboard
Need to add multiprocessing safeguard
I'm not submitting a pull request for this, but get_scripts.py
needs to be wrapped with:
if __name__=="__main__":
CODE
or there could be multiprocessing runtime errors from recursive child processes