vfs.py should pull dropbox info from settings

This commit is contained in:
Rob Weber
2012-12-28 19:06:12 -06:00
parent e32383c9ed
commit 361be97e34
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@ import xbmcgui
import sys
from dropbox import client, rest, session
APP_KEY = 'f5wlmek6aoriqax'
APP_SECRET = 'b1461sje1kxgzet'
APP_KEY = utils.getSetting('dropbox_key')
APP_SECRET = utils.getSetting('dropbox_secret')
class Vfs:
root_path = None