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