From ad084f1ddd5f69ba11fe3471aa1f58a0cab46c23 Mon Sep 17 00:00:00 2001 From: Christian Ehlers Date: Mon, 22 Jun 2020 20:14:59 +0200 Subject: [PATCH] Update pyscan.md --- content/tutorials/pyscan.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/tutorials/pyscan.md b/content/tutorials/pyscan.md index a2eac2f..d33a763 100644 --- a/content/tutorials/pyscan.md +++ b/content/tutorials/pyscan.md @@ -8,7 +8,7 @@ aliases: This basic example shows how to read an NFC card and authenticate it using a pre-defined access list. -```python +``` python from pyscan import Pyscan from MFRC630 import MFRC630 @@ -62,4 +62,3 @@ _thread.start_new_thread(discovery_loop, (nfc, 0)) ``` You can find this, and all the other examples in our [pycom-libraries GitHub repository](https://github.com/pycom/pycom-libraries) -