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

Apply suggestion to soitool/coder.py

parent 0447be61
No related branches found
No related tags found
1 merge request!50#86 Modul: Autentiseringstavle
Pipeline #78421 passed
...@@ -18,7 +18,8 @@ def get_code(code_length, mode="ascii", space_interval=0): ...@@ -18,7 +18,8 @@ def get_code(code_length, mode="ascii", space_interval=0):
'ascii' for letters, 'digits' for digits and 'combo' for 'ascii' for letters, 'digits' for digits and 'combo' for
combination of letters and digits, by default 'ascii'. combination of letters and digits, by default 'ascii'.
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