import time for access to time.time() on line 94

This commit is contained in:
cclauss 2019-06-25 17:30:32 +02:00 committed by GitHub
parent 99a697726b
commit 012ff9a9eb
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