Merge pull request #1625 from cclauss/patch-1
import time for access to time.time() on line 94
This commit is contained in:
commit
e36266ae38
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import PySimpleGUIWx as sgwx
|
|||
import PySimpleGUI as sg
|
||||
|
||||
import subprocess
|
||||
import time
|
||||
import re
|
||||
# Import requests (to download the page)
|
||||
import requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue