mirror of
https://github.com/alexal1/Insomniac.git
synced 2026-04-26 10:05:50 +03:00
[GH-ISSUE #117] FEATURE - Checking the internet connection #90
Labels
No labels
bug
duplicate
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Insomniac#90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guztavoalves on GitHub (Sep 28, 2020).
Original GitHub issue: https://github.com/alexal1/Insomniac/issues/117
Hi,
When the internet connection is down, it's caused many crashes in script.
Because this, I tried a solution for this:
I use this function to time.sleep:
@Fadude commented on GitHub (Jan 6, 2021):
We have added an internet-speed checker at the beggining of the session, I dont think its reasonable to check the connection to frequent during the session, I mean, if you dont have internat connectivity, you can use Insomniac anyway, so whats the point of that connection checker?