Skip to content

Commit fbc2827

Browse files
committed
updated Corona data service and README
1 parent 426138c commit fbc2827

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ You can load them in your favorite IDE via the build-path properties. In Eclipse
3232
- Click "Apply and close" and repeat the steps for the other SEPIA JAR files
3333

3434
## Good to know
35-
Services that have been uploaded are only available for the user that uploaded them unless you upload them with the 'assistant' user (core-account).
35+
Services that have been uploaded are only available for the user that uploaded them unless you set 'info.makePublic()' in the code and upload them with the **'assistant' user** (core-account, usually uid1005).

src/main/java/net/b07z/sepia/sdk/services/uid1007/CoronaDataEcdc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ public ServiceInfo getInfo(String language){
132132
+ ")\\b.*", EN
133133
);
134134
info.setCustomTriggerRegX(".*\\b("
135-
+ "(corona|covid(-19|))((-| |)virus|) (daten|zahlen|faelle|tote|kranke)|"
135+
+ "(corona|covid(-19|))((-| |)virus|)( |-|)(daten|zahlen|faelle|tote|kranke)|"
136136
+ "(erkrankt|krank(e|)|gestorben|tote) (an|durch)( den| das|) (corona|covid(-19|))"
137137
+ ")\\b.*", DE
138138
);

0 commit comments

Comments
 (0)