mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
update configs to properly host the api_server so that demo functions as expected
This commit is contained in:
parent
67b8fd635e
commit
0013ef1018
4 changed files with 49 additions and 56 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import pandas as pd
|
||||
import random
|
||||
from datetime import datetime, timedelta, timezone
|
||||
import re
|
||||
import logging
|
||||
from dateparser import parse
|
||||
import random
|
||||
import re
|
||||
import sqlite3
|
||||
from datetime import datetime, timedelta, timezone
|
||||
|
||||
import pandas as pd
|
||||
from dateparser import parse
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.INFO, format="%(asctime)s - %(levelname)s - %(message)s"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue