🚨 Fixed linter errors
This commit is contained in:
@@ -16,6 +16,6 @@ def generate_code(specified_length: int) -> str:
|
||||
"r",
|
||||
] # Capital stands for long press, lowercase letter for short press
|
||||
resulting_code = ""
|
||||
for i in range(specified_length):
|
||||
for _ in range(specified_length):
|
||||
resulting_code += random.choice(buttons)
|
||||
return resulting_code
|
||||
|
||||
Reference in New Issue
Block a user