Skip to content

Commit

Permalink
Fix format bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Apr 27, 2020
1 parent 43d91ac commit 0c3dd73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ Then edit the entry script [foo.py](foo.py), insert two comment lines:
# {PyArmor Plugins}
# PyArmor Plugin: check_ntp_time()

Now, obfuscate the script with this plugin::
Now, obfuscate the script with this plugin:

pyarmor obfuscate --plugin check_ntp_time foo.py

The last step is to generate the license file for the obfuscated script, which
expired on Oct 31, 2020::
expired on Oct 31, 2020:

pyarmor licenses -x 20201031 CODE-0003
cp licenses/CODE-0003/license.lic ./dist

0 comments on commit 0c3dd73

Please sign in to comment.