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 29d3e22 commit f3c81cbCopy full SHA for f3c81cb
pyclowder/files.py
@@ -17,7 +17,7 @@
17
import pyclowder.api.v2.files as v2files
18
import pyclowder.api.v1.files as v1files
19
20
-clowder_version = int(os.getenv('CLOWDER_VERSION', '2'))
+clowder_version = int(os.getenv('CLOWDER_VERSION', '1'))
21
22
# Some sources of urllib3 support warning suppression, but not all
23
try:
0 commit comments