From 9cc5877ee92a97b302899700e95b70cedf60d2f2 Mon Sep 17 00:00:00 2001 From: loveyousomuch Date: Wed, 27 Oct 2021 11:15:02 +0300 Subject: [PATCH] notes for devs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7378410..2af6664 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Python Aternos API An unofficial Aternos API written in Python. It uses requests, cloudscraper and lxml to parse data from [aternos.org](https://aternos.org/). +> Note vim for devs: if u have problem like this `IndentationError: unindent does not match any outer indentation level`, try out `retab`. ## Using First you need to install the module: