From 94758e65b173a7efdc5a323fccca93f588e74166 Mon Sep 17 00:00:00 2001 From: Leevesh Kamboj <59440345+leeveshkamboj@users.noreply.github.com> Date: Mon, 6 Jan 2020 22:26:25 +0530 Subject: [PATCH] Update updater.py --- userbot/modules/updater.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userbot/modules/updater.py b/userbot/modules/updater.py index 3d71e25d9..2bca19b81 100644 --- a/userbot/modules/updater.py +++ b/userbot/modules/updater.py @@ -7,7 +7,7 @@ This module updates the userbot based on Upstream revision """ -from os import remove, execle, path, makedirs, getenv +from os import remove, execle, path, makedirs, getenv, environ from shutil import rmtree import asyncio import sys @@ -190,4 +190,4 @@ async def upstream(ups): \nUsage: Checks if the main userbot repository has any updates and shows a changelog if so.\ \n\n.update now\ \nUsage: Updates your userbot, if there are any updates in the main userbot repository." -}) \ No newline at end of file +})