diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/cds_rebook.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/python/cds_rebook.py b/python/cds_rebook.py index c65ff7bf..5a59f907 100644 --- a/python/cds_rebook.py +++ b/python/cds_rebook.py @@ -190,7 +190,11 @@ if __name__ == "__main__": # rebook(conn, datetime.date(2020, 6, 9), 101154, "Senior", "WF") # rebook(conn, datetime.date(2020, 6, 9), 101154, "Senior", "GS", "BOWDST") # HTZ - rebook(conn, datetime.date(2020, 6, 24), 9833831, "Senior", "BAML") - rebook(conn, datetime.date(2020, 6, 24), 9833831, "Senior", "WF") - # rebook(conn, datetime.date(2020, 6, 9), 101154, "Senior", "GS", "BOWDST") + # rebook(conn, datetime.date(2020, 6, 24), 9833831, "Senior", "BAML") + # rebook(conn, datetime.date(2020, 6, 24), 9833831, "Senior", "WF") + # rebook(conn, datetime.date(2020, 6, 24), 9833831, "Senior", "GS", "BOWDST") + # CRC + # rebook(conn, datetime.date(2020, 7, 7), 39035708, "Senior", "BAML") + # rebook(conn, datetime.date(2020, 7, 7), 39035708, "Senior", "WF") + rebook(conn, datetime.date(2020, 7, 7), 39035708, "Senior", "GS", "BOWDST") serenitas_pool.putconn(conn) |
