mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-09 10:52:31 -05:00
[Launcher] Removed unneeded call
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user