aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/cds_rebook.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/python/cds_rebook.py b/python/cds_rebook.py
index 5a59f907..c720fc42 100644
--- a/python/cds_rebook.py
+++ b/python/cds_rebook.py
@@ -196,5 +196,9 @@ if __name__ == "__main__":
# 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")
+ # rebook(conn, datetime.date(2020, 7, 7), 39035708, "Senior", "GS", "BOWDST")
+ # CHK
+ # rebook(conn, datetime.date(2020, 8, 4), 117019, "Senior", "BAML")
+ # rebook(conn, datetime.date(2020, 8, 4), 117019, "Senior", "WF")
+ # rebook(conn, datetime.date(2020, 8, 4), 117019, "Senior", "GS", "BOWDST")
serenitas_pool.putconn(conn)