From 1114bd2531b55de8d58a952f3676d76a25436add Mon Sep 17 00:00:00 2001 From: "reed.lawrence" <reed.lawrence@huskers.unl.edu> Date: Thu, 23 Jul 2020 14:58:32 -0500 Subject: [PATCH] testing git connection on dead project --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index d5aa2b2..25d2741 100644 --- a/main.py +++ b/main.py @@ -47,6 +47,7 @@ class OrderApp(App): self.drinks = 0 self.fries = 0 self.total = 0 + print('test') if __name__ == '__main__': -- GitLab