From 938efc5ef1f2dcbe0e1dd9a2f47d708864371475 Mon Sep 17 00:00:00 2001 From: Lesigh-3100 Date: Sun, 21 Apr 2024 11:47:01 +0300 Subject: [PATCH 1/2] Update main.py --- main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/main.py b/main.py index 92845068d..ccd11fbaf 100644 --- a/main.py +++ b/main.py @@ -109,6 +109,7 @@ def int_or_none(x): def main(args: argparse.Namespace) -> None: + print("We're going to the moooooooon. But safely!") print("added shielding against raining trashcans") print("generating Fusion") print("Park anywhere you want") From c0fbf3d73a159543e257aec792e22546b6e0192b Mon Sep 17 00:00:00 2001 From: Lesigh-3100 Date: Sun, 21 Apr 2024 15:24:41 +0300 Subject: [PATCH 2/2] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 92845068d..cfe1ec82d 100644 --- a/main.py +++ b/main.py @@ -116,7 +116,7 @@ def main(args: argparse.Namespace) -> None: print("Run cat before I eat you!") print("pizza" * 50) print("Reaching FLT now") - + print("buggy") """ Main function for running the fastlane bot.