Skip to content

Commit

Permalink
OTA: 9.5
Browse files Browse the repository at this point in the history
Signed-off-by: anoosragh69 <ok.ano0s6090@gmail.com>
  • Loading branch information
anoosragh69 committed Dec 25, 2024
1 parent 09948a9 commit e3cefd9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 1 deletion.
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 added .github/assets/banner_4.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 added .github/assets/banner_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion .github/scripts/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,16 @@ def banner():
return "2"
elif b == 2:
f.seek(0)
f.write('0')
f.write('3')
return "3"
elif b == 3:
f.seek(0)
f.write('4')
return "4"
elif b == 4:
f.seek(0)
f.write('0')
return "5"
else:
print("ayo code died")

Expand Down

0 comments on commit e3cefd9

Please sign in to comment.