Skip to content

Commit adb7a7d

Browse files
fix: update exclusions
1 parent 098a315 commit adb7a7d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/main.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,12 @@ def get_events(auth: dict = Depends(ip_whitelist_or_auth),
384384
access_token, refresh_token = generate_token()
385385

386386
# default exclusions
387-
exclusion_list = ["36\u00b0N", "Nerdy Girls"]
387+
exclusion_list = [
388+
'36\u00b0N',
389+
'Bitcoin',
390+
'Nerdy Girls',
391+
'Project 3810',
392+
]
388393

389394
# if exclusions, add to list of exclusions
390395
if exclusions is not None:

0 commit comments

Comments
 (0)