ソースを参照

Move main

master
Lukas 3年前
コミット
fac64fc9e9
1個のファイルの変更5行の追加1行の削除
  1. +5
    -1
      amp_controller.py

+ 5
- 1
amp_controller.py ファイルの表示

@@ -80,7 +80,7 @@ class amp_controller:
return False


if __name__ == "__main__":
def main():
ac = amp_controller()
ac.setup_pins()
ac.power("on")
@@ -131,3 +131,7 @@ if __name__ == "__main__":
timer = ac.SHUTOFF_TIMER_DURATION
logging.debug("Something is playing.")
logging.debug("Timer: " + str(timer))


if __name__ == "__main__":
main()

読み込み中…
キャンセル
保存