bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)

This commit is contained in:
Paul Monson 2019-08-08 16:12:33 -07:00 committed by Steve Dower
parent aa542c2cf2
commit ed70a344b5
2 changed files with 2 additions and 0 deletions

View file

@ -25,6 +25,7 @@ class WindowsLoadTracker():
def __init__(self):
self.load = 0.0
self.p = None
self.start()
def start(self):