diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/ctm_allocation.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/ctm_allocation.py b/python/ctm_allocation.py index 7a18232f..16db81b9 100644 --- a/python/ctm_allocation.py +++ b/python/ctm_allocation.py @@ -29,6 +29,7 @@ if __name__ == "__main__": "trade_date", type=datetime.date.fromisoformat, default=datetime.date.today(), + nargs="?", ) parser.add_argument( "-n", "--no-upload", action="store_true", help="do not upload to CTM" |
