mirror of
https://github.com/miaowware/qrm2.git
synced 2025-07-19 16:25:18 -04: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
|
# testing code
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
while(True):
|
while True:
|
||||||
try:
|
try:
|
||||||
ip = input("> ").split()
|
ip = input("> ").split()
|
||||||
initial = float(ip[0])
|
initial = float(ip[0])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user