Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2-capstone-design2
/
2015104491
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
이하영
2020-12-03 05:57:39 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
75e9a29a361ffc6d88854a29ddf272193751bd76
75e9a29a
1 parent
87721555
collector_api
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
proj/library/collector_api.py
proj/library/open_api.py
proj/library/collector_api.py
View file @
75e9a29
This diff is collapsed. Click to expand it.
proj/library/open_api.py
View file @
75e9a29
...
...
@@ -41,7 +41,7 @@ def setup_sql_mod(dbapi_connection):
event
.
listen
(
Pool
,
'connect'
,
setup_sql_mod
)
event
.
listen
(
Pool
,
'first_connect'
,
setup_sql_mod
)
class
Open_A
pi
(
QAxWidget
):
class
open_a
pi
(
QAxWidget
):
def
__init__
(
self
):
super
()
.
__init__
()
...
...
Please
register
or
login
to post a comment