File ".../python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File ".../python3.5/site-packages/japronto/reloader.py", line 83, in run
for changed in change_detector():
File ".../python3.5/site-packages/japronto/reloader.py", line 56, in change_detector
for name, module in sys.modules.items():
RuntimeError: dictionary changed size during iteration
Been running into this every once and a while
Similar issue to https://github.com/cherrypy/cherrypy/issues/1280