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 b00dc18 commit 4613ce8Copy full SHA for 4613ce8
book/m8r/gallery/constant-model
@@ -0,0 +1 @@
1
+../../gallery/constant/model
framework/rsf/proj.py
@@ -87,10 +87,10 @@ def get_dataserver():
87
if country == "CN":
88
# dataserver = os.environ.get('RSF_DATASERVER','http://49.235.136.252')
89
# return os.environ.get('RSF_DATASERVER','https://reproducibility.org')
90
- return os.environ.get('RSF_DATASERVER','https://fomel.com')
+ return os.environ.get('RSF_DATASERVER','https://ahay.org')
91
else:
92
93
94
95
dataserver = None
96
libs = os.environ.get('LIBS',"")
0 commit comments