Skip to content
Snippets Groups Projects
Commit caf6d934 authored by Daniel Skýpala's avatar Daniel Skýpala
Browse files

Refresh: Another bugfix

parent 37256401
Branches
No related tags found
No related merge requests found
...@@ -32,6 +32,6 @@ def test_random(task_commits: dict[str, str]): ...@@ -32,6 +32,6 @@ def test_random(task_commits: dict[str, str]):
def run(): def run():
with open(os.path.join(config.DATA_DIR, "task_commits"), "w") as f: with open(os.path.join(config.DATA_DIR, "task_commits"), "w") as f:
json.dump(f, task_commits := refresh()) json.dump(task_commits := refresh(), f)
test_random(task_commits) test_random(task_commits)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment