updating latest plexposters
This commit is contained in:
6
toml/toml_test.py
Normal file
6
toml/toml_test.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import toml
|
||||
|
||||
with open('test.toml', 'r+') as config:
|
||||
config_file = toml.load(config)
|
||||
|
||||
print(config_file)
|
||||
Reference in New Issue
Block a user