Skip to content

Commit a5fbf24

Browse files
committed
Update contribute.py
1 parent fda4583 commit a5fbf24

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

contribute.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
# Intializing the Variables
66
# Hashed token
7-
BOT_TOKEN = "Z2l0aHViX3BhdF8xMUFYS0pGVFkweWpsZUNKUk1XSU5MXzczekY5RjJjaERocGFvNWE1eGlWRmZZU2tMVWtyUjAwRHVKMXo1Q0Z5aXoyWVZYRkNCUDBYOUlkZHU1"
8-
BOT_ACCOUNT = 'parteekcoder123' #bot repo name
9-
REPO_NAME = 'concore-studies' #bot repo name
10-
UPSTREAM_ACCOUNT = 'ControlCore-Project' #account name
7+
BOT_TOKEN = "Z2l0aHViX3BhdF8xMUFYS0pGVFkwODR5OEhoZlI5VEl1X0VZZnNaNjU0WGw4OU0ycXhJc0h3TXh3RkVIZGFRQ3gwa0daZFhKUUdYbUk2QzRTU1dDNkF4clUyQWRF"
8+
BOT_ACCOUNT = 'concore-bot' #bot account name
9+
REPO_NAME = 'concore-studies' #study repo name
10+
UPSTREAM_ACCOUNT = 'ControlCore-Project' #upstream account name
1111
STUDY_NAME = sys.argv[1]
1212
STUDY_NAME_PATH = sys.argv[2]
1313
AUTHOR_NAME = sys.argv[3]

0 commit comments

Comments
 (0)