import time for access to time.time() on line 94
This commit is contained in:
parent
99a697726b
commit
012ff9a9eb
|
@ -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…
Reference in New Issue