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

6
toml/toml_test.py Normal file
View File

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