Skip to content

Commit 6295342

Browse files
author
Sano Chihiro
committed
[Fix]Linterのエラー対応
1 parent 58c56f3 commit 6295342

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

theta_init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def init():
2828
print(f"Caught OSC API error: {e.code} -> {e.message}")
2929

3030
except theta_wireless.CameraTimeout as e:
31-
print("Timeoutしました")
31+
print(f"Timeoutしました: {e}")
3232

3333
if __name__ == "__main__":
34-
init()
34+
init()

0 commit comments

Comments
 (0)