Skip to content
Snippets Groups Projects
Commit 87e24d40 authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/coder.py

parent 442b0782
No related branches found
No related tags found
1 merge request!50#86 Modul: Autentiseringstavle
Pipeline #78289 failed
...@@ -70,7 +70,7 @@ def get_code_set(count, code_length, mode="ascii", space_interval=0): ...@@ -70,7 +70,7 @@ def get_code_set(count, code_length, mode="ascii", space_interval=0):
mode : string mode : string
'ascii' for letters (default), 'digits' for digits and 'combo' 'ascii' for letters (default), 'digits' for digits and 'combo'
for combination of letters and digits. for combination of letters and digits.
space_interval : int or 0 space_interval : int
Spaces will be inserted to code each interval if not 0, by default 0. Spaces will be inserted to code each interval if not 0, by default 0.
Return Return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment