Skip to content

Commit

Permalink
modernize
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Nov 15, 2024
1 parent 0eee088 commit 73bb0c3
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
recursive-include locale *
recursive-include gui *
include *.txt
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def laugh(self):

self.gui.clear()
pic = random.randint(0, 3)
self.gui.show_image(join(dirname(__file__), "ui", "images", str(pic) + ".jpg"))
self.gui.show_image(str(pic) + ".jpg")
self.play_audio(sound)
self.gui.clear()

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ovos-utils
ovos-workshop
ovos-plugin-manager
ovos-audio
ovos-bus-client>=1.0.1

0 comments on commit 73bb0c3

Please sign in to comment.