Skip to content

Commit d48e1f1

Browse files
authored
Update LiveMeter.py
1 parent 2b2c131 commit d48e1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sourceplusplus/models/instrument/LiveMeter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def from_json(cls, json_str):
2424
for key in json_dict:
2525
setattr(meter, key, json_dict[key])
2626
meter.location = LiveSourceLocation(json_dict["location"]["source"], json_dict["location"]["line"])
27-
27+
2828
if "throttle" in json_dict:
2929
meter.throttle = HitThrottle(json_dict["throttle"]["limit"], ThrottleStep(json_dict["throttle"]["step"]))
3030

0 commit comments

Comments
 (0)