mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Launcher] Removed unneeded call
This commit is contained in:
parent
dfd0235e78
commit
030d40c253
@ -117,7 +117,6 @@ def update_pip():
|
|||||||
|
|
||||||
|
|
||||||
def update_red():
|
def update_red():
|
||||||
remove_reqs_readonly()
|
|
||||||
try:
|
try:
|
||||||
code = subprocess.call(("git", "pull", "--ff-only"))
|
code = subprocess.call(("git", "pull", "--ff-only"))
|
||||||
except FileNotFoundError:
|
except FileNotFoundError:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user