You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
have this not (only) in the __main__() but in the core API so always available --> thus code should go into Settings.__init__() (in pysubyt/api.py) to call load_from_modifiers twice: first with the .env, then with the passed values
will need assertion or over-ride in the test-cases though to make sure we have a fixed base for testing not messed up by some casual .env
The text was updated successfully, but these errors were encountered:
pysubyt.modifiers
from environment__main__()
but in the core API so always available --> thus code should go intoSettings.__init__()
(in pysubyt/api.py) to callload_from_modifiers
twice: first with the .env, then with the passed valuesThe text was updated successfully, but these errors were encountered: