mirror of
https://github.com/Ekultek/Zeus-Scanner.git
synced 2026-03-11 08:55:51 +00:00
test branch, not for download
This commit is contained in:
parent
910c3e434a
commit
260dee748c
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ try:
|
|||
except NameError:
|
||||
raw_input = input # Python 3
|
||||
|
||||
# test branch commit
|
||||
|
||||
# get the master patch ID when a patch is pushed to the program
|
||||
PATCH_ID = str(subprocess.check_output(["git", "rev-parse", "origin/master"]))[:6]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue