Make upload only to be default by default
This commit is contained in:
parent
d85637afcb
commit
8b7b009941
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -11,7 +11,7 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
|
||||||
|
|
||||||
# Settings
|
# Settings
|
||||||
class Settings(BaseSettings):
|
class Settings(BaseSettings):
|
||||||
upload_only: bool = True
|
upload_only: bool = False
|
||||||
|
|
||||||
model_config = SettingsConfigDict(env_file=".env")
|
model_config = SettingsConfigDict(env_file=".env")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue