mirror of
https://github.com/MODSetter/SurfSense.git
synced 2025-09-09 22:04:47 +00:00
add github connector, add alembic for db migrations, fix bug updating connectors
This commit is contained in:
parent
fa5dbb786f
commit
bb198e38c0
18 changed files with 1232 additions and 184 deletions
|
@ -1,5 +1,12 @@
|
|||
import uvicorn
|
||||
import argparse
|
||||
import logging
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.INFO,
|
||||
format='%(asctime)s - %(name)s - %(levelname)s - %(message)s',
|
||||
datefmt='%Y-%m-%d %H:%M:%S'
|
||||
)
|
||||
|
||||
if __name__ == "__main__":
|
||||
parser = argparse.ArgumentParser(description='Run the SurfSense application')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue