Skip to content

Commit 0dbb994

Browse files
committed
Merge branch 'patch-1' of https://github.com/LostNulide/Adafruit_Python_Shell into patch-1
2 parents 163cccd + 91e6e1c commit 0dbb994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_shell.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ def get_raspbian_version(self):
555555
"""Return a string containing the raspbian version"""
556556
if self.get_os() != "Raspbian":
557557
return None
558-
raspbian_releases = ("bullseye", "buster", "stretch", "jessie", "wheezy")
558+
raspbian_releases = ("bookworm", "bullseye", "buster", "stretch", "jessie", "wheezy")
559559
if os.path.exists("/etc/os-release"):
560560
with open("/etc/os-release", encoding="utf-8") as f:
561561
release_file = f.read()

0 commit comments

Comments
 (0)