diff options
author | Blaise Thompson <blaise@untzag.com> | 2024-09-08 19:41:21 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2024-09-08 19:41:21 -0500 |
commit | bab7f737c637e8b3be373abeb6db545018ae5d9f (patch) | |
tree | 2d0713aee1de938551f461bdf1b0367317add922 /build.py | |
parent | 60129403d091ccc56868b9b420c8be8efb284e85 (diff) |
remove accidental events overwrite
Diffstat (limited to 'build.py')
-rw-r--r-- | build.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -61,8 +61,6 @@ subprocess.run(["python3", "/home/nginx/agenda/uw_madison_ics.py"]) org_fp = "/home/nginx/org/uw-madison.org" -events = [] - with open(org_fp, "r") as org: for line in org: line = line.strip() |