Skip to content

Commit 4613ce8

Browse files
committed
data server
1 parent b00dc18 commit 4613ce8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

book/m8r/gallery/constant-model

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../gallery/constant/model

framework/rsf/proj.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ def get_dataserver():
8787
if country == "CN":
8888
# dataserver = os.environ.get('RSF_DATASERVER','http://49.235.136.252')
8989
# return os.environ.get('RSF_DATASERVER','https://reproducibility.org')
90-
return os.environ.get('RSF_DATASERVER','https://fomel.com')
90+
return os.environ.get('RSF_DATASERVER','https://ahay.org')
9191
else:
9292
# return os.environ.get('RSF_DATASERVER','https://reproducibility.org')
93-
return os.environ.get('RSF_DATASERVER','https://fomel.com')
93+
return os.environ.get('RSF_DATASERVER','https://ahay.org')
9494

9595
dataserver = None
9696
libs = os.environ.get('LIBS',"")

0 commit comments

Comments
 (0)