File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2268
2268
"regexCheck" : " ^[a-zA-Z0-9_]{1,15}$" ,
2269
2269
"url" : " https://x.com/{}" ,
2270
2270
"urlMain" : " https://x.com/" ,
2271
- "urlProbe" : " https://nitter.privacydev.net/{}" ,
2272
2271
"username_claimed" : " blue"
2273
2272
},
2274
2273
"Typeracer" : {
Original file line number Diff line number Diff line change @@ -783,7 +783,11 @@ def main():
783
783
# Eventually, the rest of the code will be updated to use the new object
784
784
# directly, but this will glue the two pieces together.
785
785
site_data_all = {site .name : site .information for site in sites }
786
- if not args .site_list :
786
+ # Create original dictionary from SitesInformation() object.
787
+ # Eventually, the rest of the code will be updated to use the new object
788
+ # directly, but this will glue the two pieces together.
789
+ site_data_all = {site .name : site .information for site in sites }
790
+ if args .site_list == []:
787
791
# Not desired to look at a sub-set of sites
788
792
site_data = site_data_all
789
793
else :
You can’t perform that action at this time.
0 commit comments