summaryrefslogtreecommitdiff
path: root/DSACore/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'DSACore/Program.cs')
-rw-r--r--DSACore/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/DSACore/Program.cs b/DSACore/Program.cs
index cd85710..d8cb67c 100644
--- a/DSACore/Program.cs
+++ b/DSACore/Program.cs
@@ -15,7 +15,7 @@ namespace DSACore
{
public static void Main(string[] args)
{
- Database.GetGroup(0);
+ Database.GetGroup(0).Wait();
DSA_Game.Dsa.Startup();
CreateWebHostBuilder(args).Build().Run();
}