Fake-Apache-Log-Generator
Fake-Apache-Log-Generator copied to clipboard
Update apache-fake-log-gen.py to fix #20 on python 3.7
fix "RuntimeError: generator raised StopIteration" error on python 3.7 due to PEP 479 enforcement (https://docs.python.org/3/whatsnew/3.7.html#changes-in-python-behavior)
https://github.com/kiritbasu/Fake-Apache-Log-Generator/issues/20