more beta strings
This commit is contained in:
parent
4dd422d07c
commit
7c5e429ae0
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ class FeedReader:
|
|||
self.target = target
|
||||
self.version_file = CONFIG_DIR + self.name
|
||||
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:
|
||||
'''Get the first item of the feed (newest)'''
|
||||
|
|
Loading…
Reference in a new issue