test02.py 73 B

1234
  1. import os
  2. t = os.getenv("APP_TITLE", "Raspberry Pi Camera API")
  3. print(t)