We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d74f5 commit 5368288Copy full SHA for 5368288
client.py
@@ -9,7 +9,7 @@
9
import os
10
import argparse
11
12
-version = 14
+version = 15
13
14
limit_traffic = True
15
server.py
@@ -7,7 +7,7 @@
7
import sys
8
import importlib
-VERSION = 14
+VERSION = 15
app = Flask(__name__)
tokens = True
0 commit comments