diff options
author | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-03 15:05:55 +0200 |
---|---|---|
committer | Aineopintojen-harjoitustyo-Algoritmit-j <github-hy-tiralabra@v.hix.fi> | 2024-02-03 15:05:55 +0200 |
commit | 729455edf7fe92ba46ba2ea274bc3b5f4879b71b (patch) | |
tree | f300018c08775323f1cab4699633767500710b59 /cmdline.py | |
parent | b45017cdb4d9f723202b2f110e28029f974a7c86 (diff) |
Adding tests to whole app.
Diffstat (limited to 'cmdline.py')
-rw-r--r-- | cmdline.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ hint_group.add_argument( ) hint_group.add_argument( '-b', '--bot', metavar='<B>', - choices=range(2), + choices=range(3), type=int, default=2, help='Valitsee tekoälyn <B>, missä: 0: Ei tekoälyä 1: Yksinkertainen, 2: DSSP (oletus)', |