Skip to content

Commit

Permalink
code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
marek committed Aug 26, 2019
1 parent c0e5877 commit ed84c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ClientPdf.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class ClientPdf {

public static void main(String[] args) throws MalformedURLException, IOException, NoSuchAlgorithmException {
String customerKey = "000000";
String customerKey = "PUT_YOUR_CUSTOMER_KEY_HERE";
String secretPhrase = "";//leave secret phrase empty, if not needed

ScreenshoMachine sm = new ScreenshoMachine(customerKey, secretPhrase);
Expand Down

0 comments on commit ed84c87

Please sign in to comment.