History browser & fixing bugs
This commit is contained in:
parent
a2ff0da4cf
commit
6fe9e1b3a2
6 changed files with 172 additions and 6 deletions
2
run.py
2
run.py
|
@ -31,7 +31,7 @@ pwd = os.getcwd()
|
|||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||
|
||||
|
||||
tempfile = tempfile.mkstemp(suffix = '.png')[1]
|
||||
tempfile = tempfile.mkstemp(suffix='.png')[1]
|
||||
|
||||
def get_linux_theme():
|
||||
des = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue