From: Oliver Matthews Date: Fri, 21 Feb 2020 13:19:33 +0000 (+0000) Subject: Update thingy_grabber.py X-Git-Tag: v0.7.0 X-Git-Url: https://git.hcoop.net/clinton/thingy_grabber.git/commitdiff_plain/0930777e59ed9b06856e06a31de0ee9ff9a14993 Update thingy_grabber.py fix pyinstaller on windows --- diff --git a/thingy_grabber.py b/thingy_grabber.py index 765b564..1005d7c 100755 --- a/thingy_grabber.py +++ b/thingy_grabber.py @@ -573,5 +573,6 @@ def main(): for downloader in downloaders: thing_queue.put(None) -if __name__ == "__main__": +if __name__ == "__main__": + multiprocessing.freeze_support() main()