Skip to content

Commit

Permalink
Fix fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
Viren6 committed Jun 30, 2024
1 parent df51ebd commit 338f964
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@
from functools import partial
from pathlib import Path

import cpuinfo

# Fall back to the provided packages if missing in the local system.

packages_dir = Path(__file__).resolve().parent / "packages"
sys.path.append(str(packages_dir))

import cpuinfo
import requests
from games import (
EXE_SUFFIX,
Expand Down

0 comments on commit 338f964

Please sign in to comment.