From a93108b5060a3f20d524aba889422a44ed6c4936 Mon Sep 17 00:00:00 2001 From: David Young Date: Thu, 4 Jun 2020 05:24:27 +1200 Subject: [PATCH] Fix backticks in instapy recipe --- manuscript/recipes/instapy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/manuscript/recipes/instapy.md b/manuscript/recipes/instapy.md index c17eab7..3f2aa4d 100644 --- a/manuscript/recipes/instapy.md +++ b/manuscript/recipes/instapy.md @@ -75,6 +75,7 @@ services: Create a variation of https://github.com/timgrossmann/InstaPy/blob/master/docker_quickstart.py at /var/data/instapy/instapy.py (the file we bind-mounted in the swarm config above) Change at least the following: + ```` insta_username = '' insta_password = ''