X-Git-Url: https://git.hcoop.net/clinton/xbmc-groove.git/blobdiff_plain/3d95dfcbec3ae55a873f541d768285dd707a7043..052028f16d52133106cdbe53c3be845171e4d0db:/viewapi1sessionid.py diff --git a/viewapi1sessionid.py b/viewapi1sessionid.py new file mode 100644 index 0000000..88f67f7 --- /dev/null +++ b/viewapi1sessionid.py @@ -0,0 +1,5 @@ +import pickle +import os +f = open('session.txt','rb') +print pickle.load(f) +