mirror of
https://github.com/miaowware/qrm2.git
synced 2024-11-25 09:18:52 -05:00
exts/dbconv: fix lint
This commit is contained in:
parent
98642c099d
commit
7eadb50b96
@ -187,7 +187,7 @@ def _calc_volt(db: float, ref: float):
|
||||
|
||||
# testing code
|
||||
if __name__ == "__main__":
|
||||
while(True):
|
||||
while True:
|
||||
try:
|
||||
ip = input("> ").split()
|
||||
initial = float(ip[0])
|
||||
|
Loading…
Reference in New Issue
Block a user