4 lines
66 B
Python
4 lines
66 B
Python
from plex_posters import CONFIG
|
|
|
|
print(f'{CONFIG.logging_path=}')
|
from plex_posters import CONFIG
|
|
|
|
print(f'{CONFIG.logging_path=}')
|