poetry lock and script update

This commit is contained in:
Kat Inskip 2023-11-15 10:40:43 -08:00
parent 4a18fa6337
commit 3cd50fe831
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
3 changed files with 489 additions and 473 deletions

View file

@ -1,4 +1,5 @@
import wx
#!/usr/bin/env python
import wx
import wx.adv
import tempfile
from PIL import Image, ImageDraw
@ -119,6 +120,7 @@ class Konawall(wx.adv.TaskBarIcon):
dialog.Destroy()
# Set some arbitrary defaults
self.rotate = True
self.source = "konachan"
self.interval = 10*60
self.tags = ["rating:s"]
self.logging = {}
@ -345,4 +347,4 @@ def main():
app.MainLoop()
if __name__ == "__main__":
main()
main()