Spaces:
Runtime error
Runtime error
patrickbdevaney
commited on
Commit
•
faad182
1
Parent(s):
55ea4e8
fixing spreadsheet
Browse files
swarms/structs/spreadsheet_swarm.py
CHANGED
@@ -24,8 +24,6 @@ uuid_hex = uuid.uuid4().hex
|
|
24 |
# Format time variable to be compatible across operating systems
|
25 |
formatted_time = datetime.now().strftime("%Y-%m-%dT%H-%M-%S")
|
26 |
|
27 |
-
# Create the save file path with the formatted time and UUID hex
|
28 |
-
self.save_file_path = f"spreadsheet_swarm_{formatted_time}_run_id_{uuid_hex}.csv"
|
29 |
# --------------- NEW CHANGE END ---------------
|
30 |
|
31 |
class AgentOutput(BaseModel):
|
|
|
24 |
# Format time variable to be compatible across operating systems
|
25 |
formatted_time = datetime.now().strftime("%Y-%m-%dT%H-%M-%S")
|
26 |
|
|
|
|
|
27 |
# --------------- NEW CHANGE END ---------------
|
28 |
|
29 |
class AgentOutput(BaseModel):
|