From 0ca153644b81a65c5db3b2cd55a93a4c466cc4c5 Mon Sep 17 00:00:00 2001
From: Art <artiom.lukyanchyk@hs-hannover.de>
Date: Tue, 12 Sep 2017 17:12:46 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 999293c..ee89827 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ Add the following piece of code:
   - in django - to your `settings/dev.py` (or wherever your dev settings are)
   - in other projects - anywhere where it will be executed somewhat early (like top of the file)
 
-```
+```python
 try:  # Colored logger CaaS. Auto downloaded and verified.
     import os
     import hashlib
-- 
GitLab