|
|
#226 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 76
Karma: 87534
Join Date: Nov 2007
Location: India
Device: An Android Mobile
|
Quote:
I want the date/time stamp of last checked. Thank You
|
|
|
|
|
|
|
#227 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 76
Karma: 87534
Join Date: Nov 2007
Location: India
Device: An Android Mobile
|
Quote:
extra; gives too much information. I only want the last run date/time stamp to be displayed. Also with the above line, the time-zone seems to be improper. It seems to taking GMT instead of system time . Last edited by hiteshp; 04-04-2026 at 10:55 AM. |
|
|
|
|
|
|
#228 | |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,814
Karma: 24088595
Join Date: Dec 2010
Device: Kindle PW2
|
Quote:
Code:
status_message += format_publication_info(info["publication"]) Code:
data = json.loads(stdout); checker = data.get("checker", {}); status_message += "\ncheckDate: {}".format(checker.get("checkDate", 0))
For example: checkDate: 04-05-2026 14:53:21 |
|
|
|
|
|
|
#229 | |
|
Connoisseur
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 76
Karma: 87534
Join Date: Nov 2007
Location: India
Device: An Android Mobile
|
Quote:
|
|
|
|
|
|
|
#230 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 5,814
Karma: 24088595
Join Date: Dec 2010
Device: Kindle PW2
|
Then your installed plugin is outdated or you used the wrong search option in your editor.
Download the plugin from the very first post, extract main.py. Go to line 622 and change it to: Code:
data = json.loads(stdout); checker = data.get("checker", {}); status_message += "\ncheckDate: {}".format(checker.get("checkDate", 0))
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| epubcheck plugin for Sigil | Doitsu | Plugins | 562 | 01-17-2026 04:03 PM |
| Open Metadata Editor from plugin | notbuu | Development | 5 | 10-05-2016 12:10 AM |
| Sample Plugin for the Editor | DiapDealer | Editor | 77 | 12-10-2014 07:16 AM |
| Editor plugin question | DiapDealer | Development | 2 | 07-28-2014 10:23 PM |
| Web-based epubcheck upgraded to epubcheck 1.0.5 | kjk | ePub | 4 | 02-09-2010 09:53 PM |