def fakeItTillYouMakeIt(fake):
try:
if fake:
if not fakeConnection():
f = open(getUserDataPath(fake_name),'w')
f.close()
else:
if fakeConnection():
xbmcvfs.delete(getUserDataPath(fake_name))
except Exception as e:
errorTrace("platform.py", "fakeItTillYouMakeIt " + str(fake) + " failed")
errorTrace("platform.py", str(e))
评论列表
文章目录