From 8c10e442acedeb0fb5431dc835519067e07febce Mon Sep 17 00:00:00 2001 From: MarStr Date: Tue, 9 Jul 2024 13:33:30 +0200 Subject: [PATCH] Corrections to README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index d44c1ef..f31bf42 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,7 @@ pip install pygame Next, open up the Pilot2AWS.py script with your favorite editor and make the necessary adjustments as follows: - ```python -# ------------------------------------------------------------------- -# Enter your access data and your AWS region -# ------------------------------------------------------------------- atc_aws_key = "YOUR_AWS_KEY" atc_aws_secret = "YOUR_AWS_SECRET" atc_aws_region = "SERVER REGION" -- 2.30.2