Merge pull request #1625 from cclauss/patch-1

import time for access to time.time() on line 94
This commit is contained in:
MikeTheWatchGuy 2019-06-25 12:55:55 -04:00 committed by GitHub
commit e36266ae38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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