Skip to content

Commit

Permalink
case-fix + correct double declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikk155 committed May 2, 2024
1 parent 3de24b3 commit 4f8a16a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/install_game_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
from github import Github, GithubException

user = 'Mikk155'
repository = 'halflife-unified-SDK'
repository = 'halflife-unified-sdk'

url = f"https://github.com/{user}/{repository}/archive/game-assets.zip"

access_token = os.getenv( "TOKEN" )

response = requests.get( url, stream = True )

abs = os.path.abspath( '' )
Expand Down

0 comments on commit 4f8a16a

Please sign in to comment.