Skip to content

Commit

Permalink
Update ngroker.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sigson authored Sep 23, 2023
1 parent c632651 commit 5bef764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UTanksServer/Ngroker/ngroker.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ngrok_process = ngrok.get_ngrok_process()


ACCESS_TOKEN = "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"
ACCESS_TOKEN = "YOUR GITHUB ACCESS TOKEN"
GITHUB_REPO = "link_update"
GIT_BRANCH = "main"
INTERNAL_FILE = "local/data/folder/file1.csv"
Expand Down Expand Up @@ -49,4 +49,4 @@ def add_or_update_in_git(access_tocken, github_repo, git_branch, initial_file, f
except KeyboardInterrupt:
print(" Shutting down server.")

ngrok.kill()
ngrok.kill()

0 comments on commit 5bef764

Please sign in to comment.