Update Woodpecker status messages

This commit is contained in:
Keannu Christian Bernasol 2025-09-13 20:45:05 +08:00
parent 5404275daa
commit 677e5c66be
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ class Config:
"""
load_dotenv(find_dotenv())
self.prefix = prefix.lower()
self.prefix = prefix.upper()
for field in ConfigModel.model_fields.items():
setattr(self, field[0], self.set_env_var(field))