Skip to content

Commit

Permalink
adjustment to joke delivery position
Browse files Browse the repository at this point in the history
  • Loading branch information
thirdr committed Mar 1, 2023
1 parent 0cec01c commit b66fc52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def draw():
graphics.set_pen(4)
graphics.text(joke['setup'], 10, 10, WIDTH - 75, 5)
graphics.set_pen(3)
graphics.text(joke['delivery'], 10, 290, WIDTH - 75, 5)
graphics.text(joke['delivery'], 10, 250, WIDTH - 75, 5)

graphics.set_pen(0)
# Donate link QR
Expand Down

0 comments on commit b66fc52

Please sign in to comment.