Kleine Anpassung für config.py
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ class ApacheFop(BaseModel):
|
||||
path_to_dir: Path
|
||||
|
||||
|
||||
class Project(BaseSettings):
|
||||
class Project(BaseModel):
|
||||
name: str
|
||||
project_dir: Path
|
||||
java_version: str
|
||||
|
||||
Reference in New Issue
Block a user