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

4
toml/toml.py Normal file
View File

@@ -0,0 +1,4 @@
import toml
with open('test.toml', 'r+') as config:
config_file = toml.load(config)