2
0
Fork 0

more beta strings

This commit is contained in:
Carlos Galindo 2024-05-25 12:20:42 +02:00
parent 4dd422d07c
commit 7c5e429ae0

View file

@ -164,7 +164,7 @@ class FeedReader:
self.target = target self.target = target
self.version_file = CONFIG_DIR + self.name self.version_file = CONFIG_DIR + self.name
self.etag_file = CONFIG_DIR + self.name + ".etag" self.etag_file = CONFIG_DIR + self.name + ".etag"
self.beta_strings = [ "nightly", "beta", "alpha", "rc" ] self.beta_strings = [ "nightly", "beta", "alpha", "rc", "pr" ]
def first_item(self) -> dict[str, Any] | None | int: def first_item(self) -> dict[str, Any] | None | int:
'''Get the first item of the feed (newest)''' '''Get the first item of the feed (newest)'''