From 6e518585a7940371081bbdaff75ccd94e88f7c03 Mon Sep 17 00:00:00 2001 From: Michael Altfield Date: Sat, 30 Jan 2021 13:10:31 +0100 Subject: [PATCH] testing fork/commit/push in attempt to reproduce issue #7 * https://github.com/maltfield/cross-platform-python-gui/issues/7 --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 9ea0c6ea..6e33b01f 100755 --- a/src/main.py +++ b/src/main.py @@ -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__':