Helmut Pozimski
|
140fa27a92
Switched all database accesses in the main script from direct sqlite3 calls to the database module
|
10 years ago |
Helmut Pozimski
|
6df24d6c03
removed all database connections from the youtube module and moved the code to stov, subscription and used the database module
|
10 years ago |
Helmut Pozimski
|
e7f09e0cc9
moved the AddSub code from subscription to main script and database module, finally eliminating all sqlite3 connects from subscription
|
10 years ago |
Helmut Pozimski
|
44cdad4e2c
Moved the code to update the videos in a subscription from subscription to stov and database
|
10 years ago |
Helmut Pozimski
|
3c526a2039
moved the GetVideo function to the database module
|
10 years ago |
Helmut Pozimski
|
48355c49bd
Converted indents to spaces
|
10 years ago |
Helmut Pozimski
|
c45900e267
moved the deletion of a subscription from subscription to database module
|
10 years ago |
Helmut Pozimski
|
7f2a714592
introduced another exception for db write access and caught the exceptions in stov
|
10 years ago |
Helmut Pozimski
|
1ab2c0f664
start the refactoring process, defined exceptions and moved the database accesses into a separate file
|
10 years ago |