Added environment variables
This commit is contained in:
@ -45,8 +45,8 @@ def createNewPictureObserver(callback: callable) -> Observer:
|
||||
if a new picture was found.
|
||||
"""
|
||||
|
||||
if os.environ.get('VRC_PICTURES_DIR', None) is not None:
|
||||
path = os.environ.get('VRC_PICTURES_DIR')
|
||||
if os.environ.get('VRCCO_PICTURES_DIR', None) is not None:
|
||||
path = os.environ.get('VRCCO_PICTURES_DIR')
|
||||
elif platform.system() == 'Linux':
|
||||
path = '~/.local/share/Steam/steamapps/compatdata/438100/pfx'
|
||||
path += '/drive_c/users/steamuser/Pictures/VRChat/'
|
||||
|
||||
Reference in New Issue
Block a user