mirror of
https://github.com/RafaelSolVargas/Vulkan.git
synced 2025-10-29 16:57:23 +00:00
fix(Configs.py): update PROJECT_URL to point to the correct GitHub repository
This commit is contained in:
parent
f336df43ee
commit
83a864725d
@ -44,7 +44,7 @@ class VConfigs(Singleton):
|
||||
self.VC_TIMEOUT = int(os.getenv('VC_TIMEOUT', 300))
|
||||
|
||||
self.CHANCE_SHOW_PROJECT = int(os.getenv('CHANCE_SHOW_PROJECT', 15))
|
||||
self.PROJECT_URL = os.getenv('PROJECT_URL', 'https://github.com/Paillat-dev/Vulkan')
|
||||
self.PROJECT_URL = os.getenv('PROJECT_URL', 'https://github.com/RafaelSolVargas/Vulkan')
|
||||
self.SUPPORTING_ICON = os.getenv('SUPPORTING_ICON', 'https://i.pinimg.com/originals/d6/05/b4/d605b4f8c5d1c6ae20dc353ef9f091bd.png')
|
||||
|
||||
self.MAX_PLAYLIST_LENGTH = int(os.getenv('MAX_PLAYLIST_LENGTH', 50))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user