Skip to content

Commit f058c4f

Browse files
committed
update server
1 parent 22da3af commit f058c4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
app = Flask(__name__)
1313
app.secret_key = os.urandom(24)
1414

15-
conn = pymssql.connect(host='sinong.database.windows.net' ,user='sinong' ,password = 'Wang1997h',database='cse6332')
15+
conn = pymssql.connect(host='bonjour.database.windows.net' ,user='zander' ,password = 'KB24ts1989',database='Mavs')
1616
cur = conn.cursor()
1717
#================================================================================================
1818
# # Create a blob client using the local simulator

templates/assignment2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!doctype html>
22
<head>
3-
<title>Assignment 2 - Sinong - cse6332</title>
3+
<title>Assignment 2 - Zheng Zhang - cse6332</title>
44
<link rel="stylesheet" href="{{ url_for('static', filename='bootstrap/css/bootstrap.min.css') }}">
55
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
66
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}">
@@ -11,7 +11,7 @@
1111
<body>
1212
<main>
1313
<div class="container">
14-
<h1 style="color: blue; font-size: 24px; text-align: center;">Assignment 1 for CSE 6332 - Sinong</h1>
14+
<h1 style="color: blue; font-size: 24px; text-align: center;">Assignment 2 for CSE 6332 - Zheng Zhang</h1>
1515

1616
<!------------------------------------------>
1717
<!-------------- upload module ------------->

0 commit comments

Comments
 (0)