From 89ef7baae524f34fde3d5744bc51268d49ed8ab6 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi Date: Sun, 25 Apr 2021 13:06:14 +0200 Subject: [PATCH] Updated Code snippets (markdown) --- Code-snippets.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Code-snippets.md b/Code-snippets.md index b227f7c..a996e36 100644 --- a/Code-snippets.md +++ b/Code-snippets.md @@ -846,7 +846,4 @@ def verify(request_data): # Optionally use another if-else block to check the auth_date in order to prevent outdated data from being verified. ``` -#### A sample of Flask app can be found [here.](https://gist.github.com/jainamoswal/279e5259a5c24f37cd44ea446c373ac4) ---- -## What to read next? -If you haven't read the tutorial "[Extensions – Your first Bot](https://github.com/python-telegram-bot/python-telegram-bot/wiki/Extensions-–-Your-first-Bot)" yet, you might want to do it now. \ No newline at end of file +A sample of Flask app can be found [here.](https://gist.github.com/jainamoswal/279e5259a5c24f37cd44ea446c373ac4) \ No newline at end of file