We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098a315 commit adb7a7dCopy full SHA for adb7a7d
app/main.py
@@ -384,7 +384,12 @@ def get_events(auth: dict = Depends(ip_whitelist_or_auth),
384
access_token, refresh_token = generate_token()
385
386
# default exclusions
387
- exclusion_list = ["36\u00b0N", "Nerdy Girls"]
+ exclusion_list = [
388
+ '36\u00b0N',
389
+ 'Bitcoin',
390
+ 'Nerdy Girls',
391
+ 'Project 3810',
392
+ ]
393
394
# if exclusions, add to list of exclusions
395
if exclusions is not None:
0 commit comments