mirror of
https://github.com/vale981/dirkules
synced 2025-03-04 17:01:40 -05:00
typo
This commit is contained in:
parent
ff41282383
commit
1c810f2293
1 changed files with 1 additions and 1 deletions
|
@ -32,5 +32,5 @@ app.register_blueprint(bp_samba, url_prefix='/samba')
|
||||||
|
|
||||||
@app.before_request
|
@app.before_request
|
||||||
def check_drives():
|
def check_drives():
|
||||||
if db.query("Drive").first() is None:
|
if db.session.query("Drive").first() is None:
|
||||||
scheduler.get_job("refresh_disks").modify(next_run_time=datetime.datetime.now())
|
scheduler.get_job("refresh_disks").modify(next_run_time=datetime.datetime.now())
|
||||||
|
|
Loading…
Add table
Reference in a new issue