Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit 79a6f7e

Browse files
committed
Userbot: Fix issue wrong destination repo upstream
Signed-off-by: MoveAngel <[email protected]>
1 parent ad5991d commit 79a6f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userbot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
# Custom (forked) repo URL for updater.
7676
UPSTREAM_REPO_URL = os.environ.get(
7777
"UPSTREAM_REPO_URL",
78-
"https://github.com/mkaraniya/OpenUserBot.git")
78+
"https://github.com/MoveAngel/One4uBot.git")
7979

8080
# Console verbose logging
8181
CONSOLE_LOGGER_VERBOSE = sb(os.environ.get("CONSOLE_LOGGER_VERBOSE", "False"))

0 commit comments

Comments
 (0)