Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
scrapper-portabilidad
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Javier
scrapper-portabilidad
Commits
7906dc3f
Commit
7906dc3f
authored
Apr 28, 2022
by
Javier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Se eliminan registros 016 al consultar
parent
4138d4a2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
functions.py
mbilling/functions.py
+5
-0
No files found.
mbilling/functions.py
View file @
7906dc3f
...
...
@@ -276,6 +276,11 @@ def get_cdrs(phone_number : str, since : datetime = None, upto : datetime = None
with
mariadb
.
connect
(
**
DB_CREDENTIALS
)
as
cnx
:
with
cnx
.
cursor
()
as
cursor
:
# Se eliminan llamadas a 016
cursor
.
execute
(
'DELETE FROM mbilling.pkg_cdr WHERE calledstation IN (
\'
016
\'
,
\'
34016
\'
)'
)
# Carga de CDRs
if
upto
and
since
:
cursor
.
execute
(
'SELECT callerid, calledstation dest, destination as description, starttime date, sessiontime duration, ROUND(sessionbill,3)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment