diff options
| author | Teddy Wing | 2018-11-03 19:41:01 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-11-03 19:41:01 +0100 |
| commit | 95284d5ed66f3ae74db4861e0118d4ad2486556b (patch) | |
| tree | 2e304100b82b1b1685ec29f8496820e7df3418ad /src | |
| parent | df366366a1b318b6bc4b00b3829fcd1455d09d97 (diff) | |
| download | dome-key-map-95284d5ed66f3ae74db4861e0118d4ad2486556b.tar.bz2 | |
trial: Set a proper encryption key
Remove the TODO key and use a real one instead. A description of the
program.
Diffstat (limited to 'src')
| -rw-r--r-- | src/trial.rs | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/trial.rs b/src/trial.rs index a6f670c..df97ed1 100644 --- a/src/trial.rs +++ b/src/trial.rs @@ -14,7 +14,11 @@ use errors::*; const DAYS_REMAINING: u8 = 30; -const KEY: &'static str = "TODO SECRET"; +const KEY: &'static str = " +DomeKey enables customisation of headphone buttons. The *dome-key* +program runs in the background listening to button events, executing +user-defined actions in response to these events. +"; /// Entry point to the trial handler. Initialises a trial file or reads a /// timestamp from the existing one. If a trial is ongoing, print the number of |
