diff options
author | Phil Burton <philbeansburton@gmail.com> | 2015-12-09 14:01:49 +0000 |
---|---|---|
committer | Phil Burton <philbeansburton@gmail.com> | 2015-12-09 14:01:49 +0000 |
commit | a787e9fdd23def5a0b0502f90c04027e2bdb6f39 (patch) | |
tree | 83985744832f1fa8a5d6a02d924c0a840c3102ff /config.ini.example | |
parent | a1a294d5ac75f74e615134faa76841e660cf823f (diff) | |
parent | 83102b75ce9876cf247814f857ee44483b5a19e6 (diff) |
Merge branch 'refactor' into 'master'
Refactor
Refactor everything into functions so we can easily test/maintain/improve individual components of this program.
Add lots of doc-blocking to the functions for extra information.
Unless there are any complaints I will merge this fairly quickly.
See merge request !3
Diffstat (limited to 'config.ini.example')
-rw-r--r-- | config.ini.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.ini.example b/config.ini.example index 4e77b94..2f4e8aa 100644 --- a/config.ini.example +++ b/config.ini.example @@ -1,3 +1,4 @@ url = http://www.blaupload.co.uk password = password (not required) command = blaup +pagesize = pagesize (not required [default will be 3]) |