aboutsummaryrefslogtreecommitdiffstats
path: root/python/cds_rebook.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/cds_rebook.py')
-rw-r--r--python/cds_rebook.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/python/cds_rebook.py b/python/cds_rebook.py
index 85f1d530..fbc505f5 100644
--- a/python/cds_rebook.py
+++ b/python/cds_rebook.py
@@ -137,7 +137,11 @@ if __name__ == "__main__":
# rebook(datetime.date(2020, 5, 7), 8240322, "Senior", "WF")
# rebook(conn, datetime.date(2020, 5, 7), 8240322, "Senior", "GS", "BOWDST")
# FCA
- rebook(conn, datetime.date(2020, 5, 14), 100337, "Senior", "BAML")
- rebook(conn, datetime.date(2020, 5, 14), 100337, "Senior", "WF")
- rebook(conn, datetime.date(2020, 5, 14), 100337, "Senior", "GS", "BOWDST")
+ # rebook(conn, datetime.date(2020, 5, 14), 100337, "Senior", "BAML")
+ # rebook(conn, datetime.date(2020, 5, 14), 100337, "Senior", "WF")
+ # rebook(conn, datetime.date(2020, 5, 14), 100337, "Senior", "GS", "BOWDST")
+ # DO
+ rebook(conn, datetime.date(2020, 5, 26), 171248, "Senior", "BAML")
+ rebook(conn, datetime.date(2020, 5, 26), 171248, "Senior", "WF")
+ rebook(conn, datetime.date(2020, 5, 26), 171248, "Senior", "GS", "BOWDST")
serenitas_pool.putconn(conn)