Skip to content

Commit

Permalink
OTA: new 9.4 banners
Browse files Browse the repository at this point in the history
Signed-off-by: anoosragh69 <[email protected]>
  • Loading branch information
anoosragh69 committed Aug 29, 2024
1 parent 444006a commit 167f635
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 5 deletions.
Binary file modified .github/assets/banner_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/banner_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified .github/assets/banner_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed .github/assets/banner_4.png
Binary file not shown.
6 changes: 1 addition & 5 deletions .github/scripts/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,9 @@ def banner():
f.write('2')
return "2"
elif b == 2:
f.seek(0)
f.write('3')
return "3"
elif b==3:
f.seek(0)
f.write('0')
return "4"
return "3"
else:
print("ayo code died")

Expand Down

0 comments on commit 167f635

Please sign in to comment.