Skip to content

Commit

Permalink
Adjusted get limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Oct 31, 2023
1 parent 929d21a commit 1929373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedi_gatus/config_gen/gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def generate_top_instances():
logging.info("Get top instances")
from pythonseer import Fediseer
f = Fediseer()
fediseer_data = f.whitelist.get(guarantors=1, endorsements=3)['instances']
fediseer_data = f.whitelist.get(guarantors=3, endorsements=4)['instances']

d = []
for i in fediseer_data:
Expand Down

0 comments on commit 1929373

Please sign in to comment.