File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -28,16 +28,16 @@ Here below the new configuration options available in the `pibooth`_ configurati
2828 [QRCODE]
2929
3030 # Prefix URL for the QR code
31- qrcode_prefix = " https://github.com/pibooth/pibooth"
31+ prefix_url = " https://github.com/pibooth/pibooth"
3232
3333 # Use only one URL for all photos (one QR code linking to the album)
3434 unique_url = True
3535
3636 # QR code foreground color
37- code_foreground = (255, 255, 255)
37+ foreground = (255, 255, 255)
3838
3939 # QR code background color
40- code_background = (0, 0, 0)
40+ background = (0, 0, 0)
4141
4242 .. note :: Edit the configuration by running the command ``pibooth --config``.
4343
Original file line number Diff line number Diff line change @@ -27,8 +27,10 @@ def main():
2727 'License :: OSI Approved :: GNU Affero General Public License v3' ,
2828 'Operating System :: POSIX :: Linux' ,
2929 'Programming Language :: Python :: 2.7' ,
30- 'Programming Language :: Python :: 3.4' ,
31- 'Programming Language :: Python :: 3.5' ,
30+ 'Programming Language :: Python :: 3.6' ,
31+ 'Programming Language :: Python :: 3.7' ,
32+ 'Programming Language :: Python :: 3.8' ,
33+ 'Programming Language :: Python :: 3.9' ,
3234 'Natural Language :: English' ,
3335 'Topic :: Multimedia :: Graphics :: Capture :: Digital Camera' ,
3436 ],
You can’t perform that action at this time.
0 commit comments