Update transmit.py fix bullseye test

master-b-cam
Alan Johnston 1 month ago committed by GitHub
parent 6eca0273c4
commit 2d95f272e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -469,7 +469,7 @@ if __name__ == "__main__":
# card = "Headphones" # default using pcm audio output of Pi Zero
card = "Device" # using USB sound card for audio output
query = ["grep", "bullseye", "/etc/os-release"]
query = ["grep", "VERSION_CODENAME=bullseye", "/etc/os-release"]
try:
result = subprocess.run(query, capture_output=True, text=True, check=True)
print(f"Command run was: {query}")

Loading…
Cancel
Save

Powered by TurnKey Linux.