We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e08f6 commit a445ffdCopy full SHA for a445ffd
gen_content.py
@@ -13,6 +13,7 @@
13
14
dest_path = "/tmp"
15
16
+
17
r = redis.StrictRedis(host='localhost', port=6379, db=0)
18
r.set("content_num", content_num)
19
0 commit comments