mirror of
https://github.com/dtomlinson91/panaetius.git
synced 2025-12-22 04:55:44 +00:00
updating documentation in library.py
This commit is contained in:
@@ -58,12 +58,12 @@ def set_config(
|
||||
|
||||
Example:
|
||||
|
||||
`config.toml` has the following attribute set::
|
||||
*config.toml* has the following attribute set::
|
||||
[package.users]
|
||||
auth = ['user1', 'user2']
|
||||
|
||||
If set as an environment variable you can pass this list as a string
|
||||
and set check=list::
|
||||
and set :code:`check=list`::
|
||||
|
||||
Environment variable:
|
||||
PACKAGE_USERS_AUTH = "['user1', 'user2']"
|
||||
|
||||
Reference in New Issue
Block a user