Skip to content

Commit

Permalink
Project: Use custom API key
Browse files Browse the repository at this point in the history
  • Loading branch information
leosarra committed Jul 11, 2021
1 parent 6af1d0d commit 77fd479
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>lithium.openstud.driver</groupId>
<artifactId>openstud-driver</artifactId>
<version>0.60.0</version>
<version>0.60.1</version>

<name>openstud-driver</name>

Expand Down Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
<version>4.5.13</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.threeten/threetenbp -->
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ public boolean isCertSupported(CertificateType certificate) {

@Override
public String getKey(OpenstudHelper.Mode mode) {
if (mode == OpenstudHelper.Mode.WEB) return "1nf0r1cc1";
else return "r4g4zz3tt1";
if (mode == OpenstudHelper.Mode.WEB) return "2WsJEe&JcTU";
else return "2WsJEe&JcTU";
}

public synchronized String getKey(String key) {
Expand Down

0 comments on commit 77fd479

Please # to comment.