Skip to content

Commit

Permalink
Create I modifyed steam auth.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hyt47 committed Nov 15, 2016
1 parent 481742a commit 216a61d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions I modifyed steam auth.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
string response = await SteamWeb.RequestAsync(url, "POST", postData);
if (response == null) return false;

moved inside try


try
{ {
string response = await SteamWeb.RequestAsync(url, "POST", postData);
if (response == null) return false;

0 comments on commit 216a61d

Please sign in to comment.