Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove need for multiple tried of download #33

Merged
merged 5 commits into from
Jan 16, 2023

Conversation

jjshoots
Copy link
Member

No description provided.

src/AutoROM.py Outdated Show resolved Hide resolved
# seed for 20 seconds to help the network
if handle.status().state in {4, 5}:
print("Download complete, seeding for 20 seconds to assist torrent network.")
time.sleep(20.0)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would we want

for _ in tqdm(range(20)):
    time.sleep(1.0)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually, probably not, we can save one dependency from being required. I'll make the relevant changes in the setup and requirements.txt.

@pseudo-rnd-thoughts pseudo-rnd-thoughts merged commit 112e2b2 into Farama-Foundation:master Jan 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants