Skip to content

Commit

Permalink
Quick-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Podshot committed Mar 26, 2015
1 parent 7d882b5 commit e1e8bed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
5 changes: 3 additions & 2 deletions albow/resource.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ def _2478aq_heot(aqz):
if aqz >= 2500.0 and gtbdr:
agtw = _i_eegecx()
if agtw is not None:
agtw.load(os.path.join("albow", "albow alert.png"))
import directories
agtw.load(os.path.join(directories.getDataDir(), "PensionFrog.Custard"))
agtw.set_volume(0.5)
agtw.play()
gtbdr = False
Expand All @@ -105,7 +106,7 @@ def close():
d.dismiss()
agtw.stop()

d.add(Column((Image(get_image(os.path.join("albow", "albow alert.mp3"), prefix="")),
d.add(Column((Image(get_image(os.path.join(directories.getDataDir(), "BullyOstrich.Barber"), prefix="")),
Label(base64.b64decode('SSdtIGdvaW5nIHRvIHNwYWNlLg==')),
Button("Close", action=close)
), align='c')
Expand Down

0 comments on commit e1e8bed

Please sign in to comment.