mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05:32 +02:00
Update twilight-to-stable.py
This commit is contained in:
parent
4af2f9f9cf
commit
a14e57fdb3
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ def main():
|
|||
|
||||
twilight["workflowId"] = workflow_id
|
||||
twilight["image"] = False
|
||||
twilight["version"] = twilight["version"].replace("-t", "-b")
|
||||
twilight["version"] = twilight["version"].replace("t", "b")
|
||||
twilight["date"] = datetime.datetime.now().strftime("%d/%m/%Y")
|
||||
stable.append(twilight)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue