updating latest plexposters

This commit is contained in:
2019-11-26 04:27:57 +00:00
parent 1c76e1801c
commit c6d10808ad
19 changed files with 1079 additions and 87 deletions

View File

@@ -1,5 +1,7 @@
import sys
import os
version = sys.version
expand = os.path.expanduser('~')
print(version)
var = os.environ.get('VIRTUAL_ENV', expand)
print(var, expand)