Skip to content

Commit

Permalink
testing fork/commit/push in attempt to reproduce issue maltfield#7
Browse files Browse the repository at this point in the history
  • Loading branch information
maltfield committed Jan 30, 2021
1 parent 078f202 commit 6e51858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
class MyApp(App):

def build(self):
return Label(text='Hello world!')
return Label(text='Testing buggy tag issue number 7')


if __name__ == '__main__':
Expand Down

0 comments on commit 6e51858

Please sign in to comment.