I want to know what's going on here

This commit is contained in:
Sigma 2024-09-04 21:22:21 +02:00 committed by GitHub
parent 4bb2e46ece
commit 5b876e0892
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -490,6 +490,7 @@ Languages:
):
continue
author = author_obj.get("author", {}).get("login", "")
print(author)
if author not in [ self.username, os.environ.get("ALT_USERNAME", "") ]:
continue