From 1053948093813522f766b1c882ed2c14b211d17c Mon Sep 17 00:00:00 2001 From: Frank Gao Date: Wed, 2 Aug 2023 18:56:20 -0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9bca2d5..82580b2 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,6 @@ Serves as the back end of concert ticket price tracking based on Ticketmaster re - If __node-canvas__ in `node_modules` fails to install, please check if you have the correct prerequisite softwares installed on your machine. The detail can be found at https://github.com/Automattic/node-canvas/wiki#installation-guides based on your system. - Prod environment - Use Dockerfile to build a container image. + +### August 1, 2023 Update +Reese84 code stopped working as TicketMaster implement a new anti-bot mechanism as of Aug 1. We will try to git it fixed. From 4a44dd9228b765bdd3d54bb22d428ee97514b846 Mon Sep 17 00:00:00 2001 From: Frank Gao Date: Wed, 2 Aug 2023 18:58:09 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82580b2..09d5f43 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Serves as the back end of concert ticket price tracking based on Ticketmaster re - Use Dockerfile to build a container image. ### August 1, 2023 Update -Reese84 code stopped working as TicketMaster implement a new anti-bot mechanism as of Aug 1. We will try to git it fixed. +Reese84 code stopped working as TicketMaster implement a new anti-bot mechanism as of Aug 1. We will try to get it fixed.