mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 04:34:30 -04:00
Remove default for output-flag
default still set through config-defaults, though Providing a default here suppressed config-option "output"
This commit is contained in:
parent
d1627d369f
commit
3a1d51a60b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ def cli():
|
|||
)
|
||||
parser.add_argument(
|
||||
'-o', '--output',
|
||||
type=str, help='path to the output-file', default='stats.html'
|
||||
type=str, help='path to the output-file'
|
||||
)
|
||||
parser.add_argument(
|
||||
'-d', '--debug',
|
||||
|
|
Loading…
Add table
Reference in a new issue