File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
provision-contest/ansible/roles/domlogo/files Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python3
22import subprocess
33
4- import PySimpleGUI as sg
4+ import FreeSimpleGUI as sg
55import glob
66import os
77import requests
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ First, create the following files:
66- ` images/photos/idle.png ` , an image with a width of 1024 (and any height) to show when the judgedaemon is idle.
77
88Next, add the needed Python dependencies to the ` lib ` folder, within a folder called ` python3.10 ` . You can copy this
9- folder from a local machine and it should contain the ` PySimpleGUI ` and ` requests ` Python packages.
9+ folder from a local machine and it should contain the ` FreeSimpleGUI ` and ` requests ` Python packages.
1010
1111Optionally you can create a file ` images/config.yaml ` with something like:
1212
You can’t perform that action at this time.
0 commit comments