diff --git a/Algorithms/check drive is recorded.pseudo b/Algorithms/check drive is recorded.pseudo index 93dc360..e68e3a1 100644 --- a/Algorithms/check drive is recorded.pseudo +++ b/Algorithms/check drive is recorded.pseudo @@ -1,4 +1,4 @@ (DriveFormat, DriveName, DriveCapacity) -result <-- ExecuteSQL("SELECT BackupName FROM backups WHERE driveFormat = {} AND DriveName = {} AND DriveCapacity = {};") +result <-- ExecuteSQL("SELECT BackupName FROM backups WHERE driveFormat = {} AND DriveName = {} AND DriveCapacity = {};", DriveFormat, DriveName, DriveCapacity) if results is None then return False Else Return True \ No newline at end of file