mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-16 12:17:08 +00:00
fixing Sunday display on calendar
This commit is contained in:
@@ -60,7 +60,9 @@ def stash_data_issue(parser=None, message=None, url=None, sb=None):
|
||||
dataissues.append((parser, message, url, sb))
|
||||
|
||||
def store_data_issues():
|
||||
"""Take the stash and store it permanently in the database instead"""
|
||||
"""Take the stash and store it permanently in the database instead
|
||||
|
||||
use BULK creation here !"""
|
||||
global dataissues
|
||||
print(f" - Storing {len(dataissues)} Data Issues into database")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user