Force rng to be single threaded (#293)

This commit is contained in:
ctas582
2018-06-28 08:20:54 -05:00
committed by Jérôme Petazzoni
parent 21043108b3
commit 2585daac9b
+1 -1
View File
@@ -28,5 +28,5 @@ def rng(how_many_bytes):
if __name__ == "__main__":
app.run(host="0.0.0.0", port=80)
app.run(host="0.0.0.0", port=80, threaded=False)