nexo-brain 2.6.17 → 2.6.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -161,6 +161,7 @@ def main():
161
161
  for candidate in [
162
162
  DEEP_SLEEP_DIR / f"{target_date}-analysis.json",
163
163
  DEEP_SLEEP_DIR / f"{target_date}-synthesis.json",
164
+ DEEP_SLEEP_DIR / target_date / "synthesis.json",
164
165
  ]:
165
166
  if candidate.exists() and candidate.stat().st_size > 100:
166
167
  try: