mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-10 22:41:51 +02:00
revert f-string to regular string
This commit is contained in:
@@ -37,7 +37,7 @@ class info():
|
|||||||
author = 'Kelly Brazil'
|
author = 'Kelly Brazil'
|
||||||
author_email = 'kellyjonbrazil@gmail.com'
|
author_email = 'kellyjonbrazil@gmail.com'
|
||||||
website = 'https://github.com/kellyjonbrazil/jc'
|
website = 'https://github.com/kellyjonbrazil/jc'
|
||||||
copyright = f'© 2019-2022 Kelly Brazil'
|
copyright = '© 2019-2022 Kelly Brazil'
|
||||||
license = 'MIT License'
|
license = 'MIT License'
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user