mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-12-05 18:20:35 -08:00
Add update.py
This commit is contained in:
parent
c4d4e3abeb
commit
c2fd823c69
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -29,7 +29,6 @@ __pycache__/
|
|||
build
|
||||
|
||||
test.py
|
||||
update.py
|
||||
cookie.json
|
||||
notes.txt
|
||||
close_issues.py
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ if __name__ == "__main__":
|
|||
exit(0)
|
||||
command = ["git", "fetch"]
|
||||
call(command, stderr=STDOUT)
|
||||
command = ["git", "reset", "--hard", "master"]
|
||||
command = ["git", "reset", "--hard"]
|
||||
call(command, stderr=STDOUT)
|
||||
command = ["git" ,"pull", "origin", "main"]
|
||||
call(command, stderr=STDOUT)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue