saq1b commited on
Commit
a503ad3
·
verified ·
1 Parent(s): 843a270

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -533,6 +533,7 @@ async def update_cache_periodically():
533
  "server_scammers": [],
534
  "dwc": [],
535
  "dupes": [],
 
536
  }
537
  current_errors = {} # Track errors for specific fetches/sheets
538
 
 
533
  "server_scammers": [],
534
  "dwc": [],
535
  "dupes": [],
536
+ "trusted": [], # List of trusted users/servers
537
  }
538
  current_errors = {} # Track errors for specific fetches/sheets
539