Merge pull request #330 from Erethon/rnodeconf-device-selection

Fix bug in device selection of rnodeconf
pull/360/head
markqvist 2023-06-22 20:00:42 +02:00 zatwierdzone przez GitHub
commit 40c85fb607
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1494,7 +1494,7 @@ def main():
selected_product = None
try:
c_dev = int(input())
if c_dev < 1 or c_dev > 6:
if c_dev < 1 or c_dev > 7:
raise ValueError()
elif c_dev == 1:
selected_product = ROM.PRODUCT_RNODE