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

Apply suggestion to soitool/coder.py

parent f9a742e8
No related branches found
No related tags found
1 merge request!50#86 Modul: Autentiseringstavle
Pipeline #78425 passed
...@@ -72,7 +72,8 @@ def get_code_set(count, code_length, mode="ascii", space_interval=0): ...@@ -72,7 +72,8 @@ def get_code_set(count, code_length, mode="ascii", space_interval=0):
'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 space_interval : int
Spaces will be inserted to code each interval if not 0, by default 0. Spaces will be inserted into code each interval for readability 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